Software and Libraries: Difference between revisions

From The K Language Wiki
Content added Content deleted
No edit summary
(update arlyle url)
 
Line 17: Line 17:
| [https://github.com/gitonthescene/ngnk-libs/tree/master/xml gitonthescene/xml] || no || no || very raw, basic xml parsing, proof of concept
| [https://github.com/gitonthescene/ngnk-libs/tree/master/xml gitonthescene/xml] || no || no || very raw, basic xml parsing, proof of concept
|-
|-
| [https://arlyle.codeberg.page/k/ arlyle k libs] || no || no || single files: datetime, plotting, math
| [http://arlyle.sdf.org/k/ arlyle k libs] || no || no || single files: datetime, plotting, math
|-
|-
| [https://codeberg.org/CptJimKirk/kpl kpl] || yes || no || collection of APL-style glyphs for K
| [https://codeberg.org/CptJimKirk/kpl kpl] || yes || no || collection of APL-style glyphs for K

Latest revision as of 11:41, 24 June 2024

This page will attempt to document software and libraries written in K, generally ngn/k unless otherwise specified.

The main language is ngn/k, since publicly available software written in other dialects is rare, due to restrictive license and lack of popularity.

Libraries[edit]

Name Complete? Tests? Description
ngn/k stdlib yes yes not loaded by default. datetime, math, formatting, utf8 utilities
gitonthescene/csv no no Works on complete files, basic escapes and splitting are done
gitonthescene/png no yes simple png tools, makes use of zlib
gitonthescene/xml no no very raw, basic xml parsing, proof of concept
arlyle k libs no no single files: datetime, plotting, math
kpl yes no collection of APL-style glyphs for K