this post was submitted on 24 Feb 2026
593 points (97.7% liked)

Programmer Humor

30053 readers
1957 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] somegeek@programming.dev 8 points 3 days ago (1 children)

I think edn is almost the only more advanced and ergonomic option to json. Edn is like the evolved json, but its interesting that its roots are way older than JSON.

The fact that you can very efficiently define whole applications and software just with edn (and the lisp syntax in general) is what makes really amazing.

I think this blog post sheds more light on how we only need lisp for defining data and applications.

https://stopa.io/post/265

[โ€“] fancyl@lemmy.world 2 points 2 days ago

I'm a daily Clojure user, and I knew immediately where that article was going, but it was still a delightful and insightful read! Thanks for sharing!