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,...")
 
(update arlyle url)
 
(2 intermediate revisions by one other user not shown)
Line 9:
! Name !! Complete? !! Tests? !! Description
|-
| [https://githubcodeberg.comorg/gitonthescenengn/ngnk-libsk/treesrc/branch/master/csvl gitonthescenengn/csvk stdlib] || noyes || noyes || Worksnot onloaded completeby filesdefault. datetime, basicmath, escapes and splittingformatting, areutf8 doneutilities
|-
| [https://arlylegithub.codeberg.pagecom/kgitonthescene/ arlyle k ngnk-libs/tree/master/csv gitonthescene/csv] || no || no || singleWorks files:on datetime,complete plottingfiles, mathbasic 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
|-
| [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

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