Kawa, the java-based scheme system

Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.

License

License

GroupId

GroupId

com.github.arvyy
ArtifactId

ArtifactId

kawa
Last Version

Last Version

3.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Kawa, the java-based scheme system
Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.
Project URL

Project URL

https://www.gnu.org/software/kawa/
Source Code Management

Source Code Management

https://gitlab.com/kashell/Kawa/-/tree/master

Download kawa

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.arvyy/kawa/ -->
<dependency>
    <groupId>com.github.arvyy</groupId>
    <artifactId>kawa</artifactId>
    <version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arvyy/kawa/
implementation 'com.github.arvyy:kawa:3.1.1'
// https://jarcasting.com/artifacts/com.github.arvyy/kawa/
implementation ("com.github.arvyy:kawa:3.1.1")
'com.github.arvyy:kawa:jar:3.1.1'
<dependency org="com.github.arvyy" name="kawa" rev="3.1.1">
  <artifact name="kawa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arvyy', module='kawa', version='3.1.1')
)
libraryDependencies += "com.github.arvyy" % "kawa" % "3.1.1"
[com.github.arvyy/kawa "3.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.1
3.1
3.0