I noticed that the syntax and semantics of Lox and Monkey mostly don't conflict with each other, so I am making an interpreter that does both.
I also made a fully incremental static site generator, but this will probably never be something I can show off because it isn't cleanly divided into "library code" and "configuration for he specific sites it generates." It has no non-incremental mode. You might say "Performance is a non-issue for static site generators!", but incremental builds means you can make expensive operations like pngcrush part of your build without having to wait forever.
I also made a fully incremental static site generator, but this will probably never be something I can show off because it isn't cleanly divided into "library code" and "configuration for he specific sites it generates." It has no non-incremental mode. You might say "Performance is a non-issue for static site generators!", but incremental builds means you can make expensive operations like pngcrush part of your build without having to wait forever.