On Mon, Aug 20, 2012 at 12:50 PM, David A. Wheeler <dwhee...@dwheeler.com> wrote: > I just learned about sweet-racket, a port of sweet-expressions to Racket: > https://github.com/takikawa/sweet-racket > > Very awesome! We need to see what it'd take to get our more recent > improvements into that. It should be pretty easy.
In theory it's possible to have racket execute our current readable/kernel.scm. So it should be possible to somehow modify it and add a compatiblity layer (there *are* hooks for that anyway!). The problem is that racket does not support cond-expand. My little bits of digging suggest that it was discussed early in the nought's (2002 or thereabouts) but was rejected. It should be possible to have a racket installation script that reads in our src/kernel.scm, and generates a readable/kernel.rkt, with the racket installation script expanding the cond-expand form. > > --- David A. Wheeler > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Readable-discuss mailing list > Readable-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/readable-discuss ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss