- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 11 - 20 of 35 for test (0.12 sec)
-
Clojure - Learn Clojure - Answers
clojure.org/guides/learn/answersRegistered: Fri Nov 01 00:17:12 UTC 2024 - Last Modified: Thu Oct 31 21:19:15 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: Fri Nov 01 00:12:21 UTC 2024 - Last Modified: Thu Oct 31 21:19:18 UTC 2024 - 92.6K 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: Fri Nov 01 00:15:17 UTC 2024 - Last Modified: Thu Oct 31 21:19:16 UTC 2024 - 64.7K 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: Fri Nov 01 00:11:55 UTC 2024 - Last Modified: Thu Oct 31 21:19:19 UTC 2024 - 55.2K bytes - Viewed (0) -
Clojure - Learn Clojure - Namespaces
clojure.org/guides/learn/namespacesRegistered: Fri Nov 01 00:16:31 UTC 2024 - Last Modified: Thu Oct 31 21:19:15 UTC 2024 - 20.2K bytes - Viewed (0) -
Clojure - deps.edn Reference
clojure.org/reference/deps_ednRegistered: Fri Nov 01 00:13:18 UTC 2024 - Last Modified: Thu Oct 31 21:19:18 UTC 2024 - 46.8K 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: Fri Nov 01 00:16:26 UTC 2024 - Last Modified: Thu Oct 31 21:19:15 UTC 2024 - 35.6K bytes - Viewed (0) -
Clojure - Ahead-of-time Compilation and Class G...
clojure.org/reference/compilationRegistered: Fri Nov 01 00:13:38 UTC 2024 - Last Modified: Thu Oct 31 21:19:18 UTC 2024 - 27.7K 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: Fri Nov 01 00:16:44 UTC 2024 - Last Modified: Thu Oct 31 21:19:15 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: Fri Nov 01 00:15:02 UTC 2024 - Last Modified: Thu Oct 31 21:19:15 UTC 2024 - 49.1K bytes - Viewed (0)