Results 33 issues of Matt Bierner

Qunit uses dom so another framework is needed.

External Code

Builtin

Builtin

Atum retains all objects used during evaluation, even if these objects are no longer reachable in the hosted language as they remain reachable in the host. Unreachable hosted objects should...

Performance

First step of trying out #4, using interleaved key, value arrays like the clojure implementation does. This is supposed to improve cache performance since no extra memory indirection is required...

Implementation Experiment
performance

Probably not something for core library but defining parsers that are locally non-greedy but consume as much input as required for a successful parsing would be interesting. One example are...

enhancement