Build | Linux | Windows | Coverity | Coverage | Codecov | Quality | Alerts |
---|---|---|---|---|---|---|---|
status |
This is the NOBDW version of Joy1. The two versions are drifting apart. Joy is a decent language and needs a ditto presentation. The original version can be seen here.
Some changes were done that make the build environment happy. The only new thing is a portable makefile, following this advice. There is something different in these sources compared to the ones that can be downloaded from the original site and that is the comments at the start of main.c and of interp.c. Manfred von Thun really wanted those comments in main.c, but the newsgroup did not allow attachments, so it was never published. As for the comments in interp.c, I added them because I like some version history. It proves that the language and the implementation was not done over night. In fact, according to this interview the implementation in C was started in 1995.
cmake .
cmake --build .
The binary joy.exe
is a 32-bit Windows executable; it was compiled by me in
2005 and should still work under Windows; it uses the BDW garbage collector.