I'm looking for a programming language that can do:
Dynamic function building, where functions can be put together at run-time, much like in ML.
Has a Java interpreter, so that I can do this stuff within a Java program and work with Java objects.
Anyone know of such a language?
Thanks,
Thien
Dynamic function building, where functions can be put together at run-time, much like in ML.
Has a Java interpreter, so that I can do this stuff within a Java program and work with Java objects.
Anyone know of such a language?
Thanks,
Thien
Comment