Greg Look
Greg Look
Unfortunately Puget is not yet cross-compiled to ClojureScript. As of the 0.9.x series its main dependency ([fipp](//github.com/brandonbloom/fipp)) is cross-compiled though, so in theory this should be doable. I haven't worked...
Yeah, some thoughts: - We can drop `dispatch/symbolic-reader` since it's not very useful standalone. - `dispatch/inheritance-lookup` is going to need to be reworked, but would be nice if the contract...
The `sys-id` used to differentiate otherwise-identical instances of the same class. For Clojure's persistent collections and other EDN primitives, this is not necessary since they support value-based equality. However, if...
Cool, I've just started picking up Clojurescript myself! I've experimented a bit with cross-compiling in [alphabase](//github.com/greglook/alphabase) and it's pretty nice so far.
This relates to the work being done in #12 - establishing a working Spark example has helped shape the eventual API here.
Lots of progress here in the movie-lens-recommender example.
Another thought: it may be possible to write a generic measuring-block-store that proxies all requests to a wrapped internal store, but measures and reports on the performance. The event recording...
I like option one, but it is a change in behavior - that may not break people's workflows though, since I'd expect if you're specifying paths you probably specify everything...
In the new 2.0.0 release, the `:sources` option defaults to `#{"src"}` when used via `clj` or your project's `:source-paths` when using the Leiningen plugin. In both cases, you can provide...
In the 2.0.0 version, `:ignore` is a set which may contain symbol prefixes or regex patterns. Since it's using kwarg-style arguments to build the map, passing in an explicit set...