Does anybody know the easiest way to compile to JVM bytecode? I have a Scheme interpreter written in Kotlin, what is the best way to compile it, instead of interpreting? Where do I start?
Shen to JVM bytecode compiler in Java 6 https://github.com/otabat/shen-jvm
Shen to JVM bytecode compiler in Java 8 with indy https://github.com/hraberg/Shen.java
http://www.cs.ncl.ac.uk/publications/trs/papers/129.pdf
*by "poking around" I mean I typed the code into a text editor for further study:
code: https://pastebin.com/6pAkqE2R
http://jasmin.sourceforge.net/
Or have a lookt at Kawa.
https://www.gnu.org/software/kawa/
Shen to JVM bytecode compiler in Java 6 https://github.com/otabat/shen-jvm
Shen to JVM bytecode compiler in Java 8 with indy https://github.com/hraberg/Shen.java