amelentev / java-oo

Java Operator Overloading
http://amelentev.github.io/java-oo/
268 stars 31 forks source link

JSR: Compiler Extensions #30

Closed sirinath closed 9 years ago

sirinath commented 9 years ago

Is it possible to see if you can get the extension mechanism into the main stream? Perhaps a JSR.

This is amazing and cool.

sirinath commented 9 years ago

Also not fear of breaking internal changes then.

amelentev commented 9 years ago

There is a new compiler plug-in mechanism in JDK8: http://docs.oracle.com/javase/8/docs/jdk/api/javac/tree/com/sun/source/util/Plugin.html http://techbitsfromsridhar.blogspot.ru/2013/02/java-compiler-plug-ins-in-java-8-use.html I'm not using it yet.