This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-12
Channels
- # announcements (4)
- # asami (3)
- # babashka (18)
- # babashka-sci-dev (2)
- # beginners (55)
- # calva (18)
- # clj-commons (23)
- # clj-kondo (2)
- # cljfx (7)
- # cljs-dev (15)
- # clojure (96)
- # clojure-europe (43)
- # clojure-losangeles (3)
- # clojure-nl (2)
- # clojure-uk (11)
- # clojurescript (1)
- # datalevin (2)
- # datomic (10)
- # events (1)
- # google-cloud (4)
- # gratitude (16)
- # helix (3)
- # hyperfiddle (63)
- # inf-clojure (13)
- # introduce-yourself (4)
- # ipfs (2)
- # jobs (2)
- # jobs-discuss (12)
- # leiningen (7)
- # lsp (15)
- # off-topic (38)
- # polylith (24)
- # portal (27)
- # remote-jobs (8)
- # sci (27)
- # spacemacs (5)
- # specter (1)
- # sql (5)
- # xtdb (41)
Neanderthal 0.44.0 released with CUDA 11.6 support! High performance programming, matrices, and linear algebra in https://twitter.com/hashtag/Clojure?src=hashtag_click on CPU & GPU. https://neanderthal.uncomplicate.org Good tools need great tutorials; there's tons in Clojure, including two books! https://dragan.rocks https://aiprobook.com
https://github.com/practicalli/spacemacs.d/ configuration for Clojure & LSP for Spacemacs updated with a simpler LSP configuration and support for the http://FreeDesktop.org XDG basedir specification (I now run Emacs 28.1 from ~/.config/emacs
with Spacemacs configuration in ~/.config/spacemacs
directory)
• minimal LSP UI - disables sideline bar and documentation popups on top of LSP UI defaults which are much gentler now
• XDG basedir specification - environment variable docs (SPACEMACSDIR) and custom files relative to dotspacemacs-directory so configuration work from ~/.config/spacemacs
or ~/.spacemacs.d/
directories
• Customize variables section split into its own file, simplifying the versioning of the spacemacs.d/init.el
file (so much nicer)
• Treemacs history files saved to user-emacs .cache directory (supports XDG spec)
• https://github.com/practicalli/spacemacs.d/blob/live/snippets/emacs-lisp-mode/cider-dir-locals snippet to create .dir-locals.el
for Clojure CLI tools aliases on REPL startup with cider-jack-in
• removed deprecated github layer (all functioning packages now in git layer)
Thank you.



Thanks. I'm finishing a blog post about setting up XDG for a number of tools. I am finding it very enlightening