On 2012-05-11 14:38:00 -0400, Hendrik Boom wrote: > Long long ago I implemented a lispish language using a syntactic hack > to reduce nesing. > > ( a b c / d e f / g h i) > > is equivalent to > > (a b c ( d e f ( g h i)))
Funny that this came up here, since just the other day I saw that the latest release of Gauche has this feature, but using the $ identifier: http://practical-scheme.net/gauche/ Cheers, Asumu ____________________ Racket Users list: http://lists.racket-lang.org/users