Collecting lists are now in the Scheme implementation of sweet-expressions in the "develop" branch. You have to set the environment variable "SWEETNEW" to enable the new reader, but it seems to work.
Example: =============== $ make && SWEETNEW=new ./unsweeten let* <* x 1 \\ y 2 *> ! set! z {x + y} ============== Will produce: (let* ((x 1) (y 2)) (set! z (+ x y))) Comments? --- David A. Wheeler ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss