[racket] `def' ?

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Fri May 11 15:21:03 EDT 2012

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

Posted on the users mailing list.