-
I was looking for documentation on the best way to get basic "standard library" functions (like map, filter, reduce, etc.), but I didn't find it... Is the idea that you would use js libraries (like u…
-
This is a pretty useful action for java methods. I'd like it to work on clojure functions.
-
With latest IDEA and cursive version, in the beginning I can get quick documentation on function, but after I updated the doc archive in setting for cursive, only some functions can have quick documen…
-
Use the same ping example as the Clojure server; use `fing`/`fong` to keep the names (e.g. API functions) different.
Part of epic #25
-
`clojure.test/assert-expr` is clever but slightly magical, which makes it harder to work with: Where does `match?` come from? How does it work? Why aren't there any docstrings? Why does Clojure throw …
-
I'm getting this error when I try to use the following sample code from the readme:
``` Clojure
(with-open [rdr (clojure.java.io/reader "/tmp/bigfile")]
(let [sentences (sentence-seq rdr get-senten…
-
Hi,
I'm having troubles starting http server using `(clomacs-httpd-start)`:
```elisp
Debugger entered--Lisp error: (error "FileNotFoundException Could not locate clomacs__init.class or clomacs.…
-
Thank you for Pulsar, it looks amazing!
It seems I can't reload suspendable functions in the REPL. Entering this in the REPL works as expected (printing "one"):
``` clojure
(defsfn a1 []
(receive
…
-
Here is a testing plan for the HS Clojure API:
**Test Plan: HS Clojure API**
**Test Scope:**
* The testing scope includes the entire HS Clojure API, including the patient registration, update…
-
clojure 1.9.0-alpha12 has broken a lot of old code that relied on "features" that didn't really exist, but worked anyway. Moving forward, it seems like spec is allowing clojure.core to become better a…
ghost updated
7 years ago