a-Shell-commands
a-Shell-commands copied to clipboard
Picolisp
This would be lovely to have: https://github.com/picolisp/pil21
MIT licensed, POSIX baseline, pretty nice feature set.
To compile that project with a-Shell's own toolchain, we have to confirm that suits WebAssembly.
a-Shell seems to use clang to compile files but remember it outputs wasm files. llvm is not included in a-Shell and generating native codes to run with a-Shell is IMPOSSIBLE.