|
|
|
|
|
by politips
2971 days ago
|
|
There are 3 flavors of picolisp: the 32-bit version written in gcc-specific C, the "Ersatz" version written in Java, and the 64-bit version written in its own high-level assembly-language that can target x86-64, PPC, ARM64 and "emulation" in C. The Ersatz version has good Java integration. The 64-bit version has some more recent Java integration: https://picolisp.com/wiki/?javacode |
|