|
|
|
|
|
by kaba0
1228 days ago
|
|
GraalVM native is quite a big thing nowadays, and reflection is not really a problem for AOT, class loading is more so, but that is easily solvable by assuming a closed world (the way Graal does it). So you just simply list all the classes you plan to reflect on/load and that’s it. > Languages are not all interchangeable and some languages are better suited for certain implementation strategies than others Sure, but I don’t claim to replace SQL or Prolog with Java, but a regular old managed language which has zero unique features that would give it a reason to exist. |
|