[LLVMdev] 2.2 garbage collector questions

Mike Stump mrs at apple.com
Thu Feb 7 10:14:26 PST 2008


On Feb 5, 2008, at 5:34 PM, Scott Michel wrote:
> I realize there might be Lisp macro-like packages for other languages,

I've seen eval and quote and friends added to C:

   s = `printf ("Hi\n");

   eval s;

:-)  We could extend clang to do this.



More information about the llvm-dev mailing list