OpenDylan sheds some parentheses in 2025.1 update (www.theregister.com)
from cm0002@lemmy.world to programming@programming.dev on 26 Jun 16:18
https://lemmy.world/post/32030702

#programming

threaded - newest

tetrislife@leminal.space on 27 Jun 03:48 next collapse

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

samc@feddit.uk on 27 Jun 05:58 collapse

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.