-
An order/sorted map is easy to implement if you'll always start with an ordinal position, then get the key from the value retrieved at that location. If you start with a key though, it's no longer str…
-
I think here's a bug in append at https://github.com/wishfoundry/rrbit/blob/master/src/append.js#L96
Shouldn't a0 and b0 be the other way around?
Furthermore, there's a bug in https://github.com/w…
-
I just viewed your lightning talk at Meeting C++ 2016 on Youtube. This sounded very familiar.
We experimented with persistent data structures a couple of years ago.
Things went well until, we tried …
-
using ultra 0.5.0, when running lein repl I get:
`Exception in thread "main" java.lang.UnsupportedClassVersionError: clj_antlr/ParseError : Unsupported major.minor version 52.0, compiling:(clj_antlr/…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/MonkeyLB/hicrep
Confirm the following by editing …
-
This one is fun. We currently cannot visualize a result if it contains more than 32 elements!
The error happens in `clojure.walk/postwalk`, when it tries to `conj` an `AutoFlattenSeq`:
```
Error: No…
-
http://people.csail.mit.edu/dnaase/bissnp2011/
https://genomebiology.biomedcentral.com/articles/10.1186/gb-2012-13-7-r61
http://bioinfo2.ugr.es/MethylExtract/
https://www.ncbi.nlm.nih.gov/pubmed/…
-
First of all, awesome library! I played with it for a while and really like it. We currently have a library just like yours also inspired by Clojure, PCollections, Scala and of course ADHD Spiewak. We…
-
http://clojure.org/api/api
In this page , we list these libraries:
Clojure Contrib Libraries
algo.generic
algo.graph
algo.monads
core.async
core.cache
core.contracts
core.incubator
core.logic
core.ma…
ghost updated
8 years ago
-
Hi.
I have a project, created by chestnut lein plugin. So, I wanted to use lein-autoexpect with clojure-expectations, but I receive :error-while-loading message with correct namespaces not found on …