Build a Decentralized Blog with Planet and ENS (medium.com)
1 points by suchuanyi 34m ago 0 comments
Instapaper Rakuten Kobo Integration (blog.instapaper.com)
1 points by robin_reala 43m ago 0 comments
Extending Emacs with Fennel (2024)
85 Bogdanp 13 7/23/2025, 5:54:21 AM andreyor.st ↗
Typo, it should be: “with one n” (as the earlier commenter wrote “Jannet”). It took me a while to parse this, I was searching for the nonexistent “l” embarrassingly long.
I would add Clojure to the modern Lisps, too, which I find the most feature rich (even though had much more blast writing Janet).
Yup. Clojure may not be the most lispy Lisp but it reaches: it works on top of the JVM (with super easy Java interop), it transpiles to JavaScript and I also use it to write script using Babashka (GraalVM/AOT native Clojure interpreter which starts in milliseconds, avoiding JVM startup time [notoriously slow for regular Clojure programs]).
Being able to share code between Clojure and ClojureScript is really sweet.
Clojure(Script) / Emacs (CIDER) / eglot (LSP client for Emacs): life is good!
[0]https://fennel-lang.org
[1]https://janet-lang.org/
[2]https://codeberg.org/leiningen/leiningen