C++ script

Bill Baxter wbaxter at gmail.com
Sat Nov 29 18:42:17 PST 2008


"""
There are a number of C/C++ interpreters that support a subset of C++,
but the new C++Script language by Calum Grant, does something a little
different. It enhances C++ with a garbage collector, closures, and
dynamic typing, while using existing C++ compilers.
"""
http://dobbscodetalk.com/index.php?option=com_myblog&show=Embedding-a-Scripting-Language-in-CPlusPlus.html&Itemid=29
http://www.calumgrant.net/cppscript/

>From the 1-line description, sounds a little like what D might have
been if Walter were as fanatical about backwards compatibility as
Bjarne is.

--bb



More information about the Digitalmars-d mailing list