tinyscheme icon indicating copy to clipboard operation
tinyscheme copied to clipboard

illustration how to embed TinyScheme within C programs

Results 1 tinyscheme issues
Sort by recently updated
recently updated
newest added

Following the TinyScheme shared library build instructions under Termux you find that it fails to find `sed`, `grep` on the `./configure` step and `/bin/sh` on the `make` step. The remedy...