This package browser is in early development. Mind the rough edges.

kawa

Java framework and implementation of Scheme, Elisp, and more

GNU Kawa is an implementation of the Scheme programming language that is built on top of the Java platform. It is thus conveniently integrated with Java and benefits from this by having a compiler, optional static typing, and so on. Kawa also serves as a framework for implementing other programming languages on the Java platform. Included in Kawa is qexo, a partial implementation of XQuery in Java.

Installation

Install the latest version of kawa as follows:

guix install kawa

Or install a particular version:

guix install kawa@3.1.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.