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

kawa 3.1.1

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 kawa 3.1.1 as follows:

guix install kawa@3.1.1

Or install the latest version:

guix install kawa

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.