slackbuilds_ponce/development/kawa.bin/README
Lockywolf 7aec2fc986
development/kawa.bin: Added (Scheme implementation running on JVM)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-03 10:38:22 +07:00

12 lines
481 B
Text

Kawa is a general-purpose programming language that runs on the Java
platform. It aims to combine:
the benefits of dynamic scripting languages (non-verbose code with
less boiler-plate, fast and easy start-up, a REPL, no required
compilation step); with
the benefits of traditional compiled languages (fast execution,
static error detection, modularity, zero-overhead Java platform
integration).
This build repackages the "binary", java-compiled version.