1.41.2
Janet4DOS
This is a port of Janet programming language to x86 DOS systems. Currently ported version is 1.41.2.
Functionality missing from the original
- Multithreading
- Networking
- Some mathematical functions (
math/erf,math/erfc,math/gamma,math/log-gamma,math/nextafter) - Secure RNG source (
os/cryptorand) - Full terminal editing features (you can compile with them, but the REPL will crash often)
Building
- Install the DJGPP cross-compiler suite.
- Edit the
CCvariable in theMakefilepointing to yourgccbinary from DJGPP. - Run
make. - Copy the contents of
bindirectory (janet.exeandCWSDPMI.EXE) to your DOS system.
Credits
Original copyright by Calvin Rose et al.
Ported by Luxferre.