this post was submitted on 26 Jun 2025
7 points (88.9% liked)

Programming

21183 readers
289 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] samc@feddit.uk 2 points 1 day ago* (last edited 1 day ago)

Seems like a pretty fun language with an unfortunate amount of 90s baggage.

However, I firmly believe that trying to de-parenthesise lisp is a distraction. The main reason being that s-expressions make the beloved code=data concept very obvious.

A suitable editor makes it really easy to ignore the parens (until they're useful, e.g. for navigation). When reading, the structure of the code is inferred from indentation and line breaks. Just like C.

[โ€“] tetrislife@leminal.space 2 points 2 days ago

I get that it is an evolution, but building on top of SBCL seems like it would have made more sense.