Page 1 of 1
UnderC - A standard C++ script interpreter
Posted: Sun May 03, 2009 2:33 pm
by Nauk
http://home.mweb.co.za/sd/sdonovan/faq.htm
I just found that today and it looked like a good thing to share. Especially the option to compile your C++ script later on into native seems to be very sexy
The interpreter is GPL, but the library can be used under LGPL.
Re: UnderC - A standard C++ script interpreter
Posted: Sun May 03, 2009 3:37 pm
by nikki
Interesting. I thought the only options for this were Ch and CINT. CINT was really fun, I played around a bit, but then I realised there's no point in having a C++-like language for a scripting language. It's too rigid, and too compilation-suited. Why not Python or Lua?
Ok, well, one good thing is that you can just copy your script over to your C++ code and have it compile.

Re: UnderC - A standard C++ script interpreter
Posted: Sun May 03, 2009 5:59 pm
by jacmoe
I think
Gecko looks nice.
It has nothing to do with Mozilla Gecko.
Well, I better check it out.

Re: UnderC - A standard C++ script interpreter
Posted: Sun May 03, 2009 6:09 pm
by Nauk
Oh that looks like a good one too, you sure are Jac-thewalkingopensourcewiki-Moe

Thanks for sharing!