Email or username:

Password:

Forgot your password?
Top-level
Andres Moreno

@abcdw

This is why I ended up programming in Clojure. I much prefer the clean and sparse nature of Scheme but immutable data structures out of the box with a nice literal representation are a game-changing feature for the everyday programming that I was doing at the time.

No reader macros make it a lot less interesting for many other things like prototyping languages.

2 comments
Andrew Tropin

> What's your Clojure setup in Guix? Have you published your Emacs dotfiles and Guix packages anywhere?

@monkey1 I don't do much clojure these days, but here it is: git.sr.ht/~abcdw/rde/tree/809c

Andres Moreno

@abcdw

Thanks so much! Lots in there but it will give me a good start!

Go Up