Introducing circ, a small language for digital circuits
Hey Y'all, I've been writing a blog series on the fundamentals of computing, logic gates, binary, memory, that sort of thing, and every post had circuit diagrams in it. For a long time these were static SVGs I drew by hand, then a TypeScript renderer I kept hacking on, but neither could simulate anything. The drawings were just drawings. Trying to fix this problem, I wrote a language called circ that lets you describe digital circuits and compiles them to WebAssembly modules that run in the br...
Original Source
Read the full article at Dev →KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.