dgrnbrg / piplin

Compile Clojure to FPGAs
piplin.org
93 stars 10 forks source link

Refactor sim to use seqs #16

Closed dgrnbrg closed 12 years ago

dgrnbrg commented 12 years ago

Currently it uses a thing that looks like a seq but isnt

dgrnbrg commented 12 years ago

This doesn't make sense--it turns out that the simulator is really like a state machine monad, so if I did rewrite it, it'd still be custom, but maybe with a dsl