Re: [new] Klong interpreted array language

2023-04-22 Thread j
Ping. See Omar's tarball, attached. J On 2023-04-05 09:34, Omar Polo wrote: Hello, On 2023/03/31 08:59:55 -0600, j...@bitminer.ca wrote: Here is Klong, a very terse array language. Tested on amd64, but probably good everywhere. "Klong is an expression-based language that is inspired by K,

Re: [new] Klong interpreted array language

2023-04-05 Thread j
Hi, Thanks for the comments. The "lib" in the path is for a user-local library path, which was the original spec. I have no idea if any/most Klong users rely on this. No problem to remove. Re Backspace as Delete, well, it is a delete, as in the Klong TUI the Ctrl-B character is backspace (tha

Re: [new] Klong interpreted array language

2023-04-05 Thread Omar Polo
Hello, On 2023/03/31 08:59:55 -0600, j...@bitminer.ca wrote: > Here is Klong, a very terse array language. > > Tested on amd64, but probably good everywhere. > > "Klong is an expression-based language that is inspired by K, > which is in turn inspired by APL. A Klong program is basically > a set

[new] Klong interpreted array language

2023-03-31 Thread j
Here is Klong, a very terse array language. Tested on amd64, but probably good everywhere. "Klong is an expression-based language that is inspired by K, which is in turn inspired by APL. A Klong program is basically a set of functions that manipulate list or array structures. You might also thin