Show HN: Build a CPU from gates, in TypeScript, in the browser
Here is my code: https://github.com/mindChickey/circuit/tree/master/cirlisp There is no documentation, but I think the design is worth a look. The specific language doesn't matter much; using TypeScript to run it in the browser is a good choice. As for a graphical interface for wires and gates—I…