[racket] Re-usable C-like input syntax
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