This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-14
Channels
- # announcements (10)
- # architecture (3)
- # atom-editor (1)
- # babashka (53)
- # babashka-sci-dev (118)
- # beginners (74)
- # biff (10)
- # calva (13)
- # clara (13)
- # clerk (20)
- # clj-commons (17)
- # clj-kondo (6)
- # cljdoc (19)
- # cljs-dev (3)
- # clojars (2)
- # clojure (63)
- # clojure-art (2)
- # clojure-europe (68)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (3)
- # clojured (19)
- # clojurescript (34)
- # clr (1)
- # cursive (11)
- # emacs (12)
- # fulcro (3)
- # helix (2)
- # holy-lambda (2)
- # honeysql (27)
- # hyperfiddle (36)
- # malli (2)
- # off-topic (72)
- # polylith (4)
- # rdf (20)
- # re-frame (20)
- # reitit (4)
- # rewrite-clj (14)
- # shadow-cljs (17)
- # slack-help (2)
- # tools-deps (36)
- # xtdb (3)
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: #edamameAnnouncing 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.



So cool! Let's all tweet like crazy about it. I started: https://twitter.com/pappapez/status/1635682851751329798
When using Brave, I need to take the shields down for the http://clojure-arcade.com site in order for the websocket to connect.
Doesn’t work on safari. (probably mixed content if its ws instead of wss)
on level1, (>! mac-outgoing {:action :step :direction :right})
does nothing after running (go (>! mac-outgoing {:action :start}))
Will post a reply in the new channel.
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?