dgrnbrg / piplin

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

Defmodule #37

Closed dgrnbrg closed 12 years ago

dgrnbrg commented 12 years ago

Currently, defmodule is basically the same as (def a (module ...)), but it needs to have a way to capture parameters to ensure the module is parameterizable.

dgrnbrg commented 12 years ago

It should be (defn a [x y z](module ...))