Atom Atom feed

Kawa 1.9.0 Released

Per Bothner on the Kawa mailing list: I've released Kawa 1.9.0, and updated the web pages. Please try the .tar.gz and/or .jar and let me know of any problems. Here is the list of recent (and not-so-recent) changes. http://www.gnu.org/software/kawa/news.html

For people who are not familiar with it, Kawa is language development framework for the JVM together with an implementation of the Scheme programming language and an implementation of the XQuery language. It compiles these languages into Java bytecodes.

It is in Kawa that I first saw the technique of compiling scripts from the interactive shell into Java bytecode and then load and execute them.