On Tue, Apr 26, 2016 at 7:42 PM, Plínio Balduino <pbaldu...@gmail.com>
wrote:

>
> * Is there a way to compile C++ code at runtime?  This would be essential
> for the REPL and for Macros.
> - I never heard about on demand native code generation and execution. I
> think it could be a paradise for viruses, but I know almost nothing about
> this field. Unless of course you're generating code for (your own|a)
> virtual machine, so the rules are different.
>

There is a Scheme (I can't remember which) that generates C, spawns the
compiler, links and loads a dynamic library, then invokes the code.  I'm
having a brain fart because I want to say it's Gambit but Gambit actually
has an interpreter.  Maybe it was CHICKEN?

-- 
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