/ram

let's simulate ram with nand gates : )

Primary LanguageClojure

ram

Ever wonder how exactly circuits can "store" information?

This tries to answer that, by simulating ram with nand gates : )

Demo

clj
(require 'ram)
(in-ns 'ram)
(ram-repl)