digitalmars.D - C++ script
- Bill Baxter (12/12) Nov 29 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
Nov 29 2008