« Return to Thread: Requesting new features

Requesting new features

by Ilya Nedoluzhko :: Rate this Message:

Reply to Author | View in Thread

Dear author of Janino!

Your API proved very useful for me, but there a some restrictions which
makes me grieve.
1) Why package definition is not supported? It is very useful because in
case of defined package I don't need to import some classes which are
physically located in this package. Moreover, in this case code to be
excuted will be absolutely legal to be exported into *.java file and
compiled using JDK, if it exists.
2) While it is crucial to keep library size small - I agree, it is
necessary to support new Java 5 features, such as templates, foreach-style
cycles and autoboxing. Especially the last ones, because of importance in
scripting.

Thank you for your work and good luck!
Ilya Nedoluzhko aka RebornCrusader

 « Return to Thread: Requesting new features