Fork me on GitHub
#announcements
<
2023-03-14
>
borkdude10:03:21

https://github.com/borkdude/edamame: configurable EDN and Clojure parser with location metadata and more 1.2.19 adds a convenience option to auto-resolve keywords based on the ns form. Example:

(= '[(ns foo (:require [clojure.set :as set])) :clojure.set/foo]
    (parse-string-all "(ns foo (:require [clojure.set :as set])) ::set/foo"
                      {:auto-resolve-ns true}))
Also see https://github.com/borkdude/edamame#auto-resolve-ns Channel: #edamame

😍 2
🎉 8
Jarrod Taylor (Clojure team)16:03:58

Announcing the first game released in the new https://clojure-arcade.com. I intend to release more games targeting Clojure development and general computer science topics. The first game is a pac-man clone that doesn’t focus on teaching anything specific but offers a fun way to interact with a classic game by solving puzzles in your repl. Most appropriate for those already comfortable with Clojure development. Check out the https://www.youtube.com/watch?v=WoSvzl8rWj0 and give it a try.

👾 72
🎉 24
😎 26
clojure-spin 10
gratitude 2
amazed 2
pez16:03:44

So cool! Let's all tweet like crazy about it. I started: https://twitter.com/pappapez/status/1635682851751329798

4
🐤 2
pez20:03:19

When using Brave, I need to take the shields down for the http://clojure-arcade.com site in order for the websocket to connect.

Quentin Le Guennec16:03:29

Doesn’t work on safari. (probably mixed content if its ws instead of wss)

Quentin Le Guennec16:03:39

on level1, (>! mac-outgoing {:action :step :direction :right})does nothing after running (go (>! mac-outgoing {:action :start}))

pez16:03:59

There's a #clojure-arcade channel now! 🎉

Jarrod Taylor (Clojure team)16:03:34

Will post a reply in the new channel.

Noah Bogart17:03:20

i don't like to sign up for things without knowing what i'm getting into. Wanna put an "About" page on the front page?