Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of 35 for test (0.02 sec)

  1. Clojure - Ahead-of-time Compilation and Class G...

    and a main so we can test it. :init functions (-init in...
    clojure.org/reference/compilation
    Registered: Fri May 10 00:12:30 UTC 2024
    - Last Modified: Wed May 08 16:50:27 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  2. Clojure - Multimethods and Hierarchies

    function tests for their existence. Note that...::collection) -> true isa? also tests for class relationships: (isa?...
    clojure.org/reference/multimethods
    Registered: Fri May 10 00:11:50 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  3. Clojure - Agents and Asynchronous Actions

    send-a-message-around-a-ring test. A chain of m agents is created,...thrown by an action function, no nested dispatches will occur, and...
    clojure.org/reference/agents
    Registered: Fri May 10 00:12:56 UTC 2024
    - Last Modified: Wed May 08 16:50:27 UTC 2024
    - 21K bytes
    - Viewed (0)
  4. Clojure - Go Block Best Practices

    org Go Block Best Practices   Go Block Best Practices General...either looks at the source, or tests the code generated by the macro....
    clojure.org/guides/core_async_go
    Registered: Fri May 10 00:14:14 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. Clojure - Clojure CLI Reference

    alias keywords: clj -A:test clj -A:test:dev Execute a function...qualified keywords, e.g. -A:test or -A:test:perf/benchmark . While...
    clojure.org/reference/clojure_cli
    Registered: Fri May 10 00:12:33 UTC 2024
    - Last Modified: Wed May 08 16:50:27 UTC 2024
    - 92.6K bytes
    - Viewed (0)
  6. Clojure - Deps and CLI Guide

    invoking clj -A:test -Spath : $ clj -A:test -Spath test: src: /Use...cognitect-labs test-runner for running all clojure.test tests: Extend...
    clojure.org/guides/deps_and_cli
    Registered: Fri May 10 00:13:36 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  7. 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_interop
    Registered: Fri May 10 00:12:14 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  8. 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_workflow
    Registered: Fri May 10 00:15:00 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  9. 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/comparators
    Registered: Fri May 10 00:14:26 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  10. 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_characters
    Registered: Fri May 10 00:13:03 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 63.8K bytes
    - Viewed (0)
Back to top