James Reeves

Results 771 comments of James Reeves

I think I'd rather have people adding to the multimethods (or some other mechanism) rather than trying to bring objects into a data structure without any manual coercion.

I certainly wouldn't be opposed to implementing the core.matrix protocols for Euclidean, although I think that should be in a separate project so as not to clutter the dependencies of...

Sorry for taking so long to answer. The short answer is that this library is never going to be as fast as using mutable objects, especially when all the sprites...

That might be quite difficult to do transparently. Flupot makes heavy use of macros, because in ClojureScript a symbol can be both a macro and function depending on context, whereas...

I don't think I have time to work on Lein-Beanstalk anymore, so feel free to fork it.

EPL. I'll add a note to the README. Thanks for pointing this out.

I'm not sure I follow. Why do you need a custom war file? Why not just run lein-cljsbuild first?

I'm certainly open to a PR. I haven't really been maintaining Lein-Beanstalk because I haven't required its functionality.

A pull request should contain only one feature, or one bug fix. I can't merge any of this until you split the pull request up.

It's a typo in the README - it should be `~/.lein/profiles.clj` with an "s". I'll fix it soon.