#scheme folks, what's a good portable Scheme that runs on Plan 9 and modern nixes? should i just stick to tinyscheme?
s9fes? or is the latter too niche? i'd like my code to be portable to other schemes if possible.
@grainloom not strictly a scheme but https://janet-lang.org/ *may* work on Plan9?
@eli_oat probably not out of the box as it needs C99 and APE only has C89, but some light patching isn't out of the question.
but I was hoping for something more mature.
@grainloom ah, gotchya -- didn't know that! Thanks. Also not sure about this one, but maybe https://www.biwascheme.org/
@grainloom
What do you plan to do on plan9?
@jeko Musarella development and a port/reimagination of Guix. also some other hobby projects, like my blog, maybe some gamedev, etc.
@grainloom Guile maybe?
@gnomon it doesn't work out of the box and the JIT code almost definitely isn't portable
@grainloom it doesn't work out of the box??
Thank you, I'll go ping Andy about that. Thanks for letting me know.
Chicken looks nice but it doesn't look like it supports Plan 9