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.
- Versions: 3.1.1
- Website: https://www.gnu.org/software/kawa/
- Licenses: Expat
- Package source: gnu/packages/kawa.scm
- Builds: See build status
- Issues: See known issues
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.