@grashalm_@alina_yurenko@graalvm After coming across Truffle I was hoping to not have to get too deep into generating bytecode. I’ve looked at ASM which seems like my most likely choice atm. Is this the type of framework you were referring to.
@grashalm_@alina_yurenko@graalvm Thx @grashalm_. Thanks that’s great. But I’m confused. Where is the compiler. How can I compile my source file from text in https://t.co/Yh8AayaSzK to Hello.class. I get the Futumura projection concept. I think I’m talking about the 2nd projection. Is a xyzc compiler created.
@alina_yurenko@graalvm Thanks @alina_yurenko So that is an interpreter for Java bytecode. So to create a compiled language I’d still need to create a compiler that generates an IR , say JVM bytecode. So truffle isn’t really a choice for a statically compiled language. Other than to interpret the IR.