k

kawa

Kawa is an implementation of the Scheme programming language. It is implemented in Java, and compiles Scheme into Java byte-codes.
https://www.gnu.org/software/kawa/
MIT License
Per Bothner
Files download
File Operation
kawa-3.1.1.jar download
kawa-3.1.1.pom download
kawa-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.arvyy</groupId>
  <artifactId>kawa</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.arvyy:kawa:3.1.1'
Gradle Kotlin
implementation("com.github.arvyy:kawa:3.1.1")
Scala SBT
libraryDependencies += "com.github.arvyy" % "kawa" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arvyy', module='kawa', version='3.1.1')
)
Apache Ivy
<dependency org="com.github.arvyy" name="kawa" rev="3.1.1" />
Leiningen
[com.github.arvyy/kawa "3.1.1"]
Apache Buildr
'com.github.arvyy:kawa:jar:3.1.1'
Dependencies
The project has no third-party dependencies