Angelo Schneider wrote:
>P.S. I want templates, and template meta programming and probably frames
>as well not generics :-/
Pick something from the dozens of languages that compile to Java bytecodes:
<http://www.robert-tolksdorf.de/vmlanguages.html>
Or use a "language extender" like JSE:
<http://jse.sourceforge.net/>
Or modify something close to what you want.
Or write your own translator from scratch.
I've never understood why "Java must have this or that", when you can add a
preprocessor, or write a translator that emits Java source, or just write
an entire compiler that produces byte-code. True, you can't get all those
spiffy new thingsjust by typing 'javac blah blah'. No wait, maybe you can:
alias javac fooLangc
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden