|
|
|
|
|
by chdjdjdnc
3648 days ago
|
|
I really, really like the concept, but I strongly dislike the syntax. Excessive punctuation is the enemy of code readability. Someone need to make lisp without the parentheses, where scoping can also be managed by indentation like in python. Throw in some strong imperative programming so that it's a lisp masquerading as C (because purism sucks), and you'd have one very powerful language |
|
http://www.draketo.de/english/wisp/shakespeare
OpenDylan (I have heard it referred to HN as a Lisp without parens more than once):
http://opendylan.org/
And Rebol, not being lispy by the standards of few/some/many, is insane with macros from what I gather. Someone posted Red, a Rebol analogue that is an open source attempt to duplicate its expressiveness out of admiration.
http://www.red-lang.org/2015/12/answers-to-community-questio...
I am confused though because this is says macros are not there. I obviously don't use it, but the last HN thread about it made it sound crazy.
https://news.ycombinator.com/item?id=11364447
Anyway, re the strong imperative thing, someone posted Bone Lisp a couple days back, but this will not please you, it is classic parens Lisp, sans GC (I read but still have no clue how that works).