This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-07-27
Channels
- # announcements (16)
- # architecture (19)
- # beginners (31)
- # calva (2)
- # cider (1)
- # clerk (4)
- # clj-yaml (58)
- # cljdoc (2)
- # cljs-dev (10)
- # clojure (77)
- # clojure-europe (108)
- # clojure-norway (26)
- # clojure-sanfrancisco (2)
- # conjure (1)
- # cursive (2)
- # datahike (5)
- # datomic (13)
- # emacs (7)
- # etaoin (3)
- # hyperfiddle (15)
- # introduce-yourself (3)
- # kaocha (1)
- # off-topic (21)
- # reagent (4)
- # releases (1)
- # shadow-cljs (41)
- # spacemacs (28)
- # specter (8)
- # squint (30)
- # yamlscript (2)
https://github.com/weavejester/cljfmt 0.11.0 has been released. This release makes a small breaking change to how indents are configured, and adds a #re
data reader to edn configurations.
Nice. Still works in #CLX41ASCS too :)
$ bb -Sdeps '{:deps {dev.weavejester/cljfmt {:mvn/version "0.11.0"}}}' -m cljfmt.main fix src
Reformatted src/test/clojure/clojure/tools/build/tasks/test_delete.clj
Reformatted src/test/clojure/clojure/tools/build/tasks/test_javac.clj
Reformatted src/test/clojure/clojure/tools/build/tasks/test_write_file.clj
Reformatted src/test/clojure/clojure/tools/build/tasks/test_process.clj
Here's a whole lot of Clojure (and 900+ other languages) code: https://github.com/acmeism/RosettaCodeData/tree/main/Lang/Clojure
$ rcd-samples-per-lang | grep -E '(Clojure|Total)'
000935 Clojure
112736 Total
https://github.com/acmeism/RosettaCodeData is an effort I started 10 years ago.
Last month I rewrote the tooling (for this talk https://www.youtube.com/watch?v=Go7mYDCoTvk) and now can update the repo on a regular schedule.Is that the same as https://rosettacode.org ?
@U0K064KQV https://github.com/acmeism/RosettaCodeData#rosettacode-data-project 🙂
It's all of http://RosettaCode.org programs put into files in one repo, so you can get it all and run the code right away without having to find and copy it from a wiki site.
The repo is just the output of a program I run once a week. https://github.com/acmeism/RosettaCodeData#tools
Ah ok, cool. At first I thought it was literally the website code. But I get it now, convenient, cause I love RosettaCode, so now I can pull it all down.
https://github.com/askonomm/ruuter has been released. Ruuter is a zero-dependency, system-agnostic Router for CLJ, CLJS, BB and NBB projects.
• Fixes an issue where if used with middlewares (like Ring), or really anything that passes a :params
key from outside of Ruuter in the request, Ruuter overwrites the :params
key with its own parameterization. It now does a deep merge instead, with the outside parameters having priority. This means that Ruuter parameters will remain unless overwritten, and should co-exist with outside parameters nicely. https://github.com/askonomm/ruuter/issues/6.
• Some tests were added and other tests were improved.
https://github.com/damn/x.x - A Clojure Entity Component System working on plain atoms, maps and keywords. (Work in Progress)