mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
13 lines
481 B
Text
13 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.
|