Tim,

I agree that porting enough of rpython to run pixie seems like the best way
to get started on a given bare-metal platform. Not least because pypy's
contributors would certainly be sympathetic to that effort.

Still, a piece that I'd really love to see is, what I call rclojure: That
is, tools for working with an allocation-free subset of clojure (think
asm.js); optimizing it based on inference and/or profiling; transpiling it
into various various bytecodes that lack a built-in gc; finally a code
transformer that can map code with deterministic stack usage into that
subset.

That would be useful not only for native code generators, but also for
talking to APIs that let you define data formats that you pass, like OpenGL
vertex buffers.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to