| Wisp (aka Whitespace Lisp; actually Scheme but whatever): 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). |