On 11/09/13 12:41, Sungjin Chun wrote: > I'm using following macro in lisp(SBCL) for it's convenient (at least > for me). Can I do this in chicken scheme? Thank you in advance.
Have a look at the "Reader extensions" section of the docs[1], specifically set-read-syntax![2]; that CL should be pretty straightforward to port. [1]: http://api.call-cc.org/doc/library#sec:Reader_extensions [2]: http://api.call-cc.org/doc/library#sec:set-read-syntax.21 Cheers, Evan _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
