kfgodel / diamond

A java project to extend reflection and make it easy to use
Apache License 2.0
0 stars 0 forks source link

Reify basic language constructs as if, for, etc #205

Open kfgodel opened 9 years ago

kfgodel commented 9 years ago

It may be interesting to build behavior in a way that can be changed in runtime without re-compilation. I'm not sure about the implementation because too much instances can be memory intensive, but maybe creatin static method representation that can be converted into lambdas may help?