[plt-scheme] infix syntax
On Fri, May 8, 2009 at 1:36 PM, namekuseijin <namekuseijin at gmail.com> wrote:
> On Fri, May 8, 2009 at 8:32 AM, Jens Axel Soegaard
> <jensaxel at soegaard.net> wrote:
>> I am experimenting with a little reader extension for infix expressions (in PLT-Scheme).
>> Up to now I used the syntax #$"1+2", but decided to switch to #$1+2$ .
[removing other mailing lists out of CC]
Hi Namekuseijin,
Out of curiosity, is:
http://planet.plt-scheme.org/display.ss?package=infix.plt&owner=dyoo
relevant here?