- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 11 - 20 of 35 for test (0.1 sec)
-
Clojure - Learn Clojure - Answers
clojure.org/guides/learn/answersRegistered: Mon Oct 28 00:21:49 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 16K bytes - Viewed (0) -
Clojure - Clojure CLI Reference
for a :test alias: --- clj -X:deps tree :aliases '[:test]` ---...remove :tool name Best practices for tool authors Best practices: Provide...clojure.org/reference/clojure_cliRegistered: Mon Oct 28 00:15:52 UTC 2024 - Last Modified: Sun Oct 27 20:53:02 UTC 2024 - 92.6K bytes - Viewed (0) -
Clojure - Learn Clojure - Namespaces
clojure.org/guides/learn/namespacesRegistered: Mon Oct 28 00:21:24 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 20.2K bytes - Viewed (0) -
Clojure - Reading Clojure Characters
user=> (re-matches #"^test$" "test") "test" This form is compiled...string user=> (keyword "test") :test Keywords can also be invoked...clojure.org/guides/weird_charactersRegistered: Mon Oct 28 00:17:35 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 64.7K bytes - Viewed (0) -
Clojure - deps.edn Reference
clojure.org/reference/deps_ednRegistered: Mon Oct 28 00:16:21 UTC 2024 - Last Modified: Sun Oct 27 20:53:02 UTC 2024 - 46.8K bytes - Viewed (0) -
Clojure - Java Interop
Class expr) Evaluates expr and tests if it is an instance of the...the Class instance. Inner or nested classes are separated from...clojure.org/reference/java_interopRegistered: Mon Oct 28 00:15:16 UTC 2024 - Last Modified: Sun Oct 27 20:53:02 UTC 2024 - 55.2K bytes - Viewed (0) -
Clojure - Ahead-of-time Compilation and Class G...
clojure.org/reference/compilationRegistered: Mon Oct 28 00:14:40 UTC 2024 - Last Modified: Sun Oct 27 20:53:02 UTC 2024 - 27.7K bytes - Viewed (0) -
Clojure - Learn Clojure - Functions
code Java Methods vs Functions Test your knowledge Creating Functions...obj)) ;; same thing #(.length %) Test your knowledge Check your answers...clojure.org/guides/learn/functionsRegistered: Mon Oct 28 00:21:34 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 35.6K bytes - Viewed (0) -
Clojure - Programming at the REPL: Enhancing yo...
technique of automated testing : while testing can bring a lot of...that is 'testable'. Just like tests, the REPL should not be an afterthought...clojure.org/guides/repl/enhancing_your_repl_workflowRegistered: Mon Oct 28 00:20:39 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 38.7K bytes - Viewed (0) -
Clojure - Comparators Guide
c) (recur (rest x) (rest y)) c)) ;; else we reached...comparators First consider using well-tested comparators developed by others,...clojure.org/guides/comparatorsRegistered: Mon Oct 28 00:17:42 UTC 2024 - Last Modified: Sun Oct 27 20:52:57 UTC 2024 - 49.1K bytes - Viewed (0)