[racket] Re-usable C-like input syntax

From: Hendrik Boom (hendrik at topoi.pooq.com)
Date: Tue May 21 15:41:08 EDT 2013

On Tue, May 21, 2013 at 03:26:26PM -0400, Tom Schouten wrote:
> 
> Is there anything re-usable out there in Racket land that looks like
> C but with a simpler grammar or a simple map to s-expressions?  The
> language I'm implementing is purely functional / single assignment,
> and looks pretty much like Scheme at this point.

Of course there's Gambit, which compiles Scheme to C, and actually 
allows C code te be embedded in the Scheme code, but that's embedding C 
in Scheme, not the other way around.

-- hendrik

Posted on the users mailing list.