If you use Cake to build your project, then "cake bin" will create a standalone
executable.
Cheers,
-Michael
On Jun 16, 2011, at 2:08 PM, Damon Snyder wrote:
> Hi Everyone,
> I'm have a side project that I'm working on that I want to distribute
> as a standalone script. This is probably best il
Hi all,
I have some code in Scheme that I'm converting over to Clojure. It frequently
uses a dispatching pattern that's very similar to multimethods, but with an
inverted approach to the matching predicates. For example, there a generic
function "assign-operations". The precise implementation