./lang/kona, Interpreter of K, an APL-like programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0.0.2021.12.25, Package name: kona-0.0.0.2021.12.25, Maintainer: pkgsrc-users

Kona is the open-source implementation of the k3 programming language.
k is a synthesis of APL and LISP. Although many of the capabilities
come from APL, the fundamental data construct is quite different.
In APL the construct is a multi-dimensional matrix-like array, where
the dimension of the array can range from 0 to some maximum (often 9).
In k, like LISP, the fundamental data construct is a list. Also, like
LISP, the k language is ASCII-based, so you don't need a special keyboard.

For many people, k was the preferred APL dialect.
When it was available, it tended to be popular with investment bankers,
the performance obsessed, and analysts dealing with lots of data.
It is a demanding language.


Master sites:

Filesize: 320.221 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-16 05:15:38 by David A. Holland | Files touched by this commit (2)
Log message:
lang/kona: don't feed the compiler -fast on solaris, doesn't work
   2022-11-09 17:58:35 by Nikita | Files touched by this commit (5)
Log message:
Import kona version 0.0.0.2021.12.25 as lang/kona.

Kona is the open-source implementation of the k3 programming language.
k is a synthesis of APL and LISP. Although many of the capabilities
come from APL, the fundamental data construct is quite different.
In APL the construct is a multi-dimensional matrix-like array, where
the dimension of the array can range from 0 to some maximum (often 9).
In k, like LISP, the fundamental data construct is a list. Also, like
LISP, the k language is ASCII-based, so you don't need a special keyboard.

For many people, k was the preferred APL dialect.
When it was available, it tended to be popular with investment bankers,
the performance obsessed, and analysts dealing with lots of data.
It is a demanding language.