03 Sep 25

a comprehensive, albeit assumptively terse tutorial to using ngn/k.

by cos 3 months ago saved 2 times

02 Sep 25

a comprehensive, albeit assumptively terse tutorial to using ngn/k.

by eli 3 months ago saved 2 times

28 Oct 23

A whole slew of links to game dev resources specifically focused on array programming languages.

by eli 2 years ago

23 May 23

Why is K Good?

Extremely fast. Usually faster than the corresponding C program, e.g. present value calculation. Almost always faster than Sybase or Oracle.Can do a lot and can do it easily (bulk data objects like tables, a passable graphical user interface, interprocess communication, web, and calculation).Working in a single language reduces errors, increases speed yet further, and is more fun because you can concentrate on the algorithm. (Note: Many errors and much overhead comes from integrating different languages, e.g. C/Perl/Sybase/GUI.)Interpreted so very fast debug cycle; no seg faults; upon error can query all variables in scope. Bad part: no declared types so get some type errors you wouldn’t otherwise get.

by alex27 2 years ago saved 2 times

21 May 23

Why is K Good?

Extremely fast. Usually faster than the corresponding C program, e.g. present value calculation. Almost always faster than Sybase or Oracle.Can do a lot and can do it easily (bulk data objects like tables, a passable graphical user interface, interprocess communication, web, and calculation).Working in a single language reduces errors, increases speed yet further, and is more fun because you can concentrate on the algorithm. (Note: Many errors and much overhead comes from integrating different languages, e.g. C/Perl/Sybase/GUI.)Interpreted so very fast debug cycle; no seg faults; upon error can query all variables in scope. Bad part: no declared types so get some type errors you wouldn’t otherwise get.

by eli 2 years ago saved 2 times

14 May 23

K is the executable notation at the heart of a high performance programming platform. It is designed for analyzing massive amounts of real-time and historical data – ideal for financial modelling.

by eli 2 years ago

20 Dec 21

k

https://ngn.codeberg.page/k

by eli 4 years ago