-
Updated
Jan 1, 2021 - Clojure
Clojure
Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
Here are 4,435 public repositories matching this topic...
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 27, 2020 - Assembly
-
Updated
Dec 28, 2020 - Clojure
-
Updated
Dec 21, 2020
-
Updated
Dec 26, 2020 - Kotlin
Presently, this can only be called from the test NS.
It would be nice if you could call cider-test-run-test from the src NS, instead of having to run the whole cider-test-run-ns-tests.
This should be possible if your deftest function is named consistently with the source function. So with point on source function foo, invoking cider-test-run-test would look for a corresponding
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for
-
Updated
Nov 13, 2020 - Clojure
-
Updated
Jul 20, 2020 - HTML
-
Updated
Dec 30, 2020 - Clojure
-
Updated
Dec 23, 2020 - Java
-
Updated
Nov 26, 2020 - Clojure
-
Updated
Jan 1, 2021 - Clojure
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Dec 11, 2020 - Clojure
Created by Rich Hickey
Released October 16, 2007
- Organization
- clojure
- Website
- clojure.org
- Wikipedia
- Wikipedia

At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.