Little things that matter in language design
Little things that matter in language design
Posted Jun 17, 2013 10:44 UTC (Mon) by erich (guest, #7127)In reply to: Little things that matter in language design by mathstuf
Parent article: Little things that matter in language design
Oh wow. Avoiding curly braces by parentheses. That is a great feature.
I wonder if Lisp programmers can read their own code a month later...
And finding a misplaced ) in Lisp code is a masochists job.
I wonder if Lisp programmers can read their own code a month later...
And finding a misplaced ) in Lisp code is a masochists job.
http://readable.sourceforge.net/
Now if we could come up with a language that requires both S-expression paramtheses, C-style braces *and* python indentation (maybe also add in brainfuck/whitespace and some visual basic for applications) then we can finally build the ultimate programming language of hell.