Kap Lang

3 months ago 11
Kap logo Kap is an array-based language that is inspired by APL. The language provides a powerful set of tools that allows the programmer to work with arrays of data instead of element by element. This allows the code to be incredibly compact, and often reduces what would otherwise be tens or even hundreds of lines of code into single line.

Documentation

Running Kap

There are several ways to run Kap with the two main recommended methods being the GUI-based JVM client and the web-based client.

To run the GUI client, download the appropriate distribution below and run gui/bin/kap-jvm.

It is also possible to run Kap in the browser: Kap in Javascript

Examples

For some examples of Kap in action, see the Kap examples page.

Downloads

Download Kap for all platforms

More links

Read Entire Article