-
This has come up in a couple of issues before, both by developers being against it and for it. To wit: https://github.com/tonsky/datascript/pull/8#issue-32457706 https://github.com/tonsky/datascript/i…
-
Consider this example:
```clojure
;; 01234
;; aaa a
;; b b b
(let [m (interval-map {[0 2] :a
[3 4] :a
[0 1] :b
[2 3] :b
…
ghost updated
3 years ago
-
Say my-ns1.clj contains
`(intern *ns* (with-meta 'my-func (meta #'my-ns2/my-func)) @#'my-ns2/my-func)`
This make it possible to call my-func from my-ns1, but cursive ignores this and displays my-fun…
-
Requested by Kyle Burton, Ryan Michael and Andrew Montalenti.
There have been some requests to allow lemur to be used as a library instead of a CLI just tool.
Roughly, this is the work effort:
1. CL…
-
I am getting 1 error running tests near the middle of lesson 27, a NullPointerException saying the "app" is null.
It's referring to the app defined in the let binding of `test-endpoint`
```clojure…
-
We're running into occasional annoying problems because the ubiquitous Python iterators are mutable. Clojure doesn't have this problem because it uses the immutable seq abstraction instead. A seq can …
gilch updated
2 years ago
-
To start with, I take it for granted that this clojure-style-guide is used by organizations that write clojurescript, if I'm wrong please close or there's another clojurescript style-guide out there t…
-
I have found that the default error printing is very hard to parse and in many cases completely omits important information. As a result I have found myself having to manually eval `*e` every time I w…
-
Using clojupyter ignores any local procet.clj file for the dependencies.
It has its own way to add dependencies dynamically, see here:
https://github.com/aria42/clojupyter/blob/mime-improvements/…
-
I'm creating this Issue to sketch out some ideas on how to implement conditionals and loops, which have come out of discussions with @nickjhay and @hojonathanho. These ideas will address Issue #23, am…