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

    396 2020-06-21 《Practicalli Clojure》
    Defining specifications Naming - fully qualified keywords auto-resolve macro Hint::Fully Qualified keywords Defining specifications clojure.spec.alpha/def binds a name to a...
  • Spec Overview

    660 2020-06-21 《Practicalli Clojure》
    Clojure spec Purpose of Clojure spec Example use cases Example code Understanding the basics of Clojure Spec Trying clojure.spec Why is the spec library called alpha? Referen...
  • Create projects

    654 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...
  • aliases

    778 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

    555 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...
  • documentation

    589 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...
  • Emacs Spacemacs

    1055 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...
  • literal values

    467 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...
  • conform

    611 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...
  • Editor User Guides

    618 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...