Jack Leightcap
Posts
Projects
Toolchains
Now
←
∈
RC Webring
→
Posts
Nonolog
Solve Nonogram Puzzles with Prolog
Nonolog is a solver for nonogram (better known in English as picross) puzzles, and was an excuse for me to learn Prolog. The implementation itself is not worthy of report and very naively written, but may be interesting to those with a background in or curiosity for logic programming. ...
Forth Embedding Brainfuck
It is surprising to see one programming language shaped out of another. Languages with very direct access to syntax, like Forth, allow definition of the constructs of another language embedded in themselves. Brainfuck, consisting only of single-character tokens, can be baked into Forth directly: [, <, or + are Forth words defined like all others. ...
Breadboard CPU
Built, Emulated, Recycled
Being a student with an unexpected abundance of time in quarantine, as a productive distraction from the COVID-disrupted classes mutually half-given up on I - binge watched Ben Eater's YouTube series on CPU implementation - bought and built Ben's kit ...
#