书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 35 个相关结果.
  • Install Clojure

    948 2020-06-21 《Practicalli Clojure》
    Install Clojure Hint::clj-kondo provides a permanent paring buddy Clojure CLI tools Install Clojure CLI tools - common aliases Install clj-kondo static analyser Optional: rlwr...
  • Editor User Guides

    449 2020-06-21 《Practicalli Clojure》
    Editor User Guides - The Basics Using Vim Editor User Guides - The Basics We would like you to spend as much of your time at the workshop learning Clojure, so here are some gu...
  • TicTacToe CLI

    429 2020-06-21 《Practicalli Clojure》
    TicTacToe on the command line Game overview Info:: TicTacToe on the command line A TicTacToe game that you run on the command line. The game takes input from a human player...
  • Games

    488 2020-06-21 《Practicalli Clojure》
    Writing Games with Clojure TODO::work in progress, sorry Hint::Games in ClojureScript Writing Games with Clojure TODO::work in progress, sorry Pull requests are welcome ...
  • Composite Specs

    332 2020-06-21 《Practicalli Clojure》
    Composing Specifications Individual specifications Composing hash-map specification Composing Specifications No spec is an island Composing individual specifications is an e...
  • Hierarchical Specs

    473 2020-06-21 《Practicalli Clojure》
    Hierarchical Specifications Example hierarchical data Individual specifications Composite Specification Hierarchical Specification Hierarchical Specifications Defining spec...
  • Install Clojure tools

    573 2020-06-21 《Practicalli Clojure》
    Install Clojure Tools Clojure aware editors Hint::Other tools Install Clojure Tools Clojure CLI tools provide a simple and configurable way to: Evaluate Clojure expressions...
  • Basic REPL

    462 2020-06-21 《Practicalli Clojure》
    Basic Command Line REPL UI Hint::rebel readline feature rich repl Basic Command Line REPL UI The clojure command will start a REPL by default or if given the --repl argument...
  • valid?

    429 2020-06-21 《Practicalli Clojure》
    Is the value valid? Require the Clojure spec library Using valid? using custom predicate functions Is the value valid? clojure.spec.alpha/valid? takes two arguments a spe...
  • Coding in the REPL

    450 2020-06-21 《Practicalli Clojure》
    Coding in the REPL Hint::Use an Editor for Clojure Development Evaluating code Including code from a file Hint::Workflow regardless of tooling Clojure projects Coding in t...