Forgot your password?
typodupeerror

Submission + - Kawa 2.0 supports Scheme R7RS

Per Bothner writes: Kawa is a general-purpose Scheme-based programming language that runs on the Java platform. It combines the strengths of dynamic scripting languages (less boiler-plate, fast and easy start-up, a REPL, no required compilation step) with the strengths of traditional compiled languages (fast execution, static error detection, modularity, zero-overhead Java platform integration).

Version 2.0 was just released with many new features. Most notably is (almost) complete support for the latest Scheme specification, R7RS, which was ratified in late 2013. This LWN article contains a brief introduction to Kawa and why it is worth a look.
This discussion was created for logged-in users only, but now has been archived. No new comments can be posted.

Kawa 2.0 supports Scheme R7RS

Comments Filter:

Time is nature's way of making sure that everything doesn't happen at once. Space is nature's way of making sure that everything doesn't happen to you.

Working...