Fork me on GitHub
#announcements
<
2022-11-30
>
mpenet06:11:35

https://github.com/mpenet/mina 0.1.6 is now on clojars (previously was only via git deps, the repo name also changed)

🙌 7
borkdude13:11:24

https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting 1.0.167: the ultimate Advent of Code edition! babashka See the https://blog.michielborkent.nl/babashka-test-runner.html blog post for how to run tests with this release. You can do this without having https://github.com/babashka/spec.alpha in your bb.edn

$ bb -e "(require '[clojure.spec.alpha :as s]) (s/valid? int? 2)"
true
Most significant changes since 1.0.165, the last release mentioned here: • Compatibility with Cognitest https://github.com/cognitect-labs/test-runner and https://github.com/clojure/tools.namespace • Add run-test and run-test-var to clojure.test • https://github.com/babashka/babashka/issues/1433: spec source as built-in fallback. When not including the https://github.com/babashka/spec.alpha fork as a library, babashka loads a bundled version, when clojure.spec.alpha is required. • SCI: performance improvements • Better error locations for interop (https://github.com/bobisageek) • Use namespace-munge instead of munge for doing ns -> file lookup https://github.com/babashka/babashka/blob/master/CHANGELOG.md Channel: #babashka

🎉 12
babashka 10
Sigge Labor14:11:33

Hello! We created a library to use https://heroicons.com as reagent components. It follows the versioning of the heroicons library itself. https://github.com/scrintal/heroicons-reagent

🙌 12
1
oliy20:11:04

I wrote a little 'app' called sanakone a while ago while I was trying to learn Finnish (update: still trying to learn). It has a very basic set of rules for conjugating the different types of Finnish infinitives, and a lightweight cljs standalone webapp. Kinda fun as an example of something small, simple and easily deployed that can be used a bit like a native phone app. Code is https://github.com/oliyh/sanakone Demo at https://oliyh.github.io/sanakone/# and bonus points if you learn yourself some Finnish

14