Closed dgrnbrg closed 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.
It should be (defn a [x y z](module ...))
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.