I have found so far are CINT, Ch and UnderC. Seem only CINT and Ch are an active development. I previously had tried out Ch with limit success, mostly due to its a paid product without the exact feature I wanted.
Other choice that I can have include JavaScript and Basic. JS seem to be a better choice out there, there are a handful of them around compare to C/C++. I have previously using SpiderMonkey for few of my projects with good successes.
My requirements are:
- The interpreter is a linkable library for use it with in an application.
- Low memory profile
- The interpreter can utilize the function/methods inside my application.
- Nice to have the interpreter support in system debugging
- Support STL library
- Come with rich libraries support (not all standard system library may used by interpreter)
The next step is to continue my Part 2 - evaluate and feature compare.
No comments:
Post a Comment