summaryrefslogtreecommitdiffstats
path: root/development/kawa.bin/README
blob: 425cab891205e5d110f58de38941aae9e0297b70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.