On Tuesday, July 4, 2017 at 4:00:14 PM UTC-7, Hendrik Boom wrote:
> Not exactly what you're asking for, but Gambit is a Scheme 
> implementation that compiles to C (or C++).  You can define functions 
> and specify what C ode should be used to implement them.  So in a 
> sense, mcros in Gambit end up generating C code.
> 
> -- hendrik

So that's like a source-to-source compiler? They claim to support the full 
Scheme standard so I guess there's a runtime and/or GC gets involved at some 
point, something I would like to avoid.

On Wednesday, July 5, 2017 at 8:20:59 AM UTC-7, Jens Axel Søgaard wrote:
> Have you looked at SuperC for inspiration?
> 
> 
> An example:
> 
> 
> https://github.com/jeapostrophe/superc/blob/master/tests/superc/math.rkt
> 
> /Jens Axel

Looks interesting, not much documentation or activity though. I'll have to play 
around with it and see if it gives any ideas.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to