On Jan 19, 2023, at 7:57 AM, mkf9 <m...@riseup.net> wrote:
> 
> Lassi Kortela wrote:
>> Chibi-Scheme has run on Plan 9.
> and also S9, which Bakul Shah ported to Plan 9,
> https://github.com/bakul/s9fes.

Nils M Holm, the author of s9fes, did the original
port with some help from me. He didn't want to
maintain plan9 related changes which is why I am
maintaining it. Nils also has a book on it but
AFAIK it doesn't cover anything specific to plan9.

Speaking of little languages....
Nils also ported his klong array programming language
to plan9 & has a book on it! Slightly more verbose
than k (roughly k3 from kx.com)

Then there is https://github.com/ktye/i which supports
a dialect of k. Not sure which, probably k6 or k7. And
there is minimal help in the form of readme.txt but it
compiles & runs on 9front:

% git/clone https://github.com/ktye/i
% git/clone https://github.com/ktye/wg
% cd i
% go build '-buildvcs=false'
% ./k
ktye/k
!10
0 1 2 3 4 5 6 7 8 9
+\!10
0 1 3 6 10 15 21 28 36 45
d:`a`b`c!(1 2;3 4;5 6)
d
`a|1 2
`b|3 4
`c|5 6
+d
a b c
-----
1 3 5
2 4 6
\\

There is of course Rob Pike's ivy.

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T7b0afbefb53189b6-Ma405fc042ed723067725c40e
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to