Mike Fikes
Mike Fikes
There is a separate long-standing idea in Planck to make a super-reusable C native library: https://github.com/planck-repl/planck/issues/936
Cool. Is this stuff that might go under the help menu? If so, there is markdown-sourced documentation online at http://replete-repl.org/guide.html and http://replete-repl.org/sdk.html that might help with leading to stuff that...
I'm not sure what I was referring to above with respect to the help menu.
@ricardojmendez Let me know if you have any questions about Abio. The abstractions directly mimic those in Clojure (and Planck implements a variant of them). The implementation in the Abio...
@yogthos By the way, feel free to commit directly into Abio. My philosophical meta-view: - I suspect developers don't want to code to implementation-specific APIs. (There's the developer cost of...
Fundamentally, we can't require `cljs.repl` (which would define the desired functions) because `cljs.spec.alpha` would make the resulting binary ROM too large to fit.
The `issue-5` branch above has a potential solution. But, owing to #10 you won't see the output, and it also causes a crash for some reason if you do `(doc...
[CLJS-2702](https://dev.clojure.org/jira/browse/CLJS-2702) has now landed https://github.com/clojure/clojurescript/commit/b31a9a9baec5401813e0f994c78a6f1c6db67a3c This makes it easier to build a version of ClojureScript that uses the latest Closure Library (as detailed in the Note above).
If the `:jvm-opts` is instead replaced with `[]` (perhaps conditionally under JDK 11?), then another thing that would be needed is http-kit 2.3.0 in the mix, which nicely cleans things...
Yeah, it seems that, while `:target :nodejs` provides an easy solution to some issues, it puts the compiler into the wrong mode for other things. In this particular case it...