书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 35 个相关结果.
  • Spec in the REPL

    425 2020-06-21 《Practicalli Clojure》
    Using Clojure Spec in the REPL Hint::Rebel Alias in practicalli/clojure-deps Spec auto-completion Check data conforms to the specification Try examples in the REPL Using Cl...
  • Introduction

    1076 2020-06-21 《Practicalli Clojure》
    References Discussions and feedback Warning::Book re-write in progress Hint::Quote: Adrian Cockcroft. Cloud Architect, Netflix Creative commons license Clojure is a simpl...
  • conform

    490 2020-06-21 《Practicalli Clojure》
    Does a value conform to a specification? Require the Clojure spec library Using conform Does a value conform to a specification? clojure.spec.alpha/conform takes two argumen...
  • documentation

    481 2020-06-21 《Practicalli Clojure》
    clojure.spec adds documentation to function definitions clojure.spec adds documentation to function definitions Using doc to show the spec ( ns practicalli . clojure (: r...
  • Create projects

    523 2020-06-21 《Practicalli Clojure》
    Creating Clojure projects Hint::Install clj-new and other aliases Create a project with clj-new and the app template Hint::Install rebel and other aliases NOTE::Try the proje...
  • Emacs Spacemacs

    847 2020-06-21 《Practicalli Clojure》
    Emacs and Spacemacs Install Emacs and Spacemacs Install Spacemacs is a community configuration bringing Emacs and Vim together. Spacemacs uses a mnemonic menu system that m...
  • aliases

    629 2020-06-21 《Practicalli Clojure》
    Defining aliases to do more with Clojure tools Hint::practicalli/clojure-deps-edn adds common aliases and tools Using an alias Hint::Only one main namespace An alias for a comm...
  • Create Project

    432 2020-06-21 《Practicalli Clojure》
    Create a Leiningen project Hint::Alternatively clone the github repository Updating Clojure version and licence TODO::Add Clojure CLI project configuration Create a Leininge...
  • literal values

    371 2020-06-21 《Practicalli Clojure》
    Literal values Literal values Sets can be used as predicate functions returning true if the value is within the set Checking valid playing cards Define a namespace for the pa...
  • higher-order functions

    392 2020-06-21 《Practicalli Clojure》
    Higher order functions Higher order functions Higher order functions are common in Clojure and spec provides fspec to support spec’ing them. ( defn value - added - tax [ ...