This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-03
Channels
- # babashka (5)
- # beginners (34)
- # biff (3)
- # calva (29)
- # cherry (11)
- # cider (7)
- # clojure (148)
- # clojure-brasil (1)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (6)
- # clojuredesign-podcast (8)
- # clojurescript (49)
- # cursive (1)
- # datalevin (7)
- # fulcro (1)
- # honeysql (1)
- # jobs (1)
- # matrix (7)
- # off-topic (13)
- # re-frame (12)
- # react (21)
- # reagent (42)
- # releases (6)
- # remote-jobs (2)
- # shadow-cljs (9)
- # solo-full-stack (5)
- # sql (7)
- # squint (9)
- # vim (2)
- # xtdb (11)
- # yamlscript (5)
https://babashka.org/sci.configs/ <-- nice playground that @holyjak hacked together using all the libraries for which there is a configuration in sci.configs
This is cool. Is the source code available somewhere?
https://github.com/squint-cljs/squint: ClojureScript syntax to JavaScript compiler
https://github.com/squint-cljs/squint/blob/main/CHANGELOG.md#0229-2023-10-03
• Add subs
, fn?
, re-seq
• Add squint.edn
with :paths
to resolve macros from (via :require-macros
)
Check out macro docs here:
https://github.com/squint-cljs/squint#macros
v0.19.0 (alpha) of Tutkain, an interactive Clojure development environment for , is out:
• Improve evaluation result printing performance very much
• Show Java runtime version in greeting message
• Support expand/shrink selection in REPL output panel #123
• Add GitHub provider for Tutkain: Add Lib (with thanks to @smith.adriane for Dewey!)
• Improve https://clojurians.slack.com/archives/C03S1KBA2/p1683142572115519
• Make
tutkain_paredit_forward_delete
and tutkain_paredit_backward_delete
faster #119
• Improve the behavior of tutkain_paredit_forward_delete
and tutkain_paredit_backward_delete
with map namespace syntax
• Fix bad extend selection when using tutkain_paredit_forward
or tutkain_paredit_backward
with "extend": true
• Fix output
arg support for tutkain_evaluate
with "scope": "input"
• Fix tutkain_remove_namespace_alias
when view contains no ns
form
• Improve map namespace syntax support
• Fix bug when using "output": "selection"
with tutkain_evaluate
with a non-empty region selected
https://github.com/eerohele/Tutkain/blob/master/CHANGELOG.md#0190-alpha---2023-10-03