Software and Libraries: Difference between revisions

From The K Language Wiki
Content added Content deleted
(Created page with "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 == {| class="wikitable" |- ! Name !! Complete? !! Tests? !! Description |- | [https://github.com/gitonthescene/ngnk-libs/tree/master/csv gitonthescene/csv]|| no || no || Works on complete files,...")
 
No edit summary
Line 9: Line 9:
! Name !! Complete? !! Tests? !! Description
! Name !! Complete? !! Tests? !! Description
|-
|-
| [https://github.com/gitonthescene/ngnk-libs/tree/master/csv gitonthescene/csv]|| no || no || Works on complete files, basic escapes and splitting are done
| [https://codeberg.org/ngn/k/src/branch/master/l ngn/k stdlib] || yes || yes || not loaded by default. datetime, math, formatting, utf8 utilities
|-
|-
| [https://github.com/gitonthescene/ngnk-libs/tree/master/csv gitonthescene/csv] || no || no || Works on complete files, basic escapes and splitting are done
|-
| [https://github.com/gitonthescene/ngnk-libs/tree/master/png gitonthescene/png] || no || yes || simple png tools, makes use of zlib
| -
| [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
| [https://arlyle.codeberg.page/k/ arlyle k libs] || no || no || single files: datetime, plotting, math
|-
|-

Revision as of 09:56, 3 October 2023

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

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