|
|
|
|
|
by Qem
742 days ago
|
|
> Any of the other open source K projects are better than this (more complete, less buggy, better documented). One thing that puzzles me, about array languages, is that despite several open source implementations already existing, like J, its surprisingly difficult to find them packaged in Linux repositories. For example, you can't just "apt install J", or "apt install gnu-apl" on Ubuntu. In J case, it seems the default is just compiling it from source. Is there something tricky about packaging them? The closest to a repository-friendly array language I could find was the klongpy implementation of klong[0], that is pip installable. [0]. https://t3x.org/klong/ |
|