书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 360 个相关结果.
  • Homoiconicity

    429 2020-06-21 《Practicalli Clojure》
    Homoiconicity An example References Homoiconicity Clojure is a homoiconic language, which is a term describing the fact that Clojure programs are represented by Clojure data ...
  • Emacs Spacemacs

    499 2020-06-21 《Practicalli Clojure》
    Emacs and Spacemacs user guide Starting a Clojure REPL Evaluating code Changing the REPL Namespace Hint::Practicalli Spacemacs Emacs and Spacemacs user guide A simplified u...
  • Configuration files

    627 2020-06-21 《Practicalli Clojure》
    deps.edn Configuration files Hint::practicalli/clojure-deps-edn adds common aliases and tools Scope of configuration files Example of a deps.edn configuration. Hint::Clojure Too...
  • Leiningen

    1571 2019-05-04 《Clojure学习笔记》
    Leiningen Leiningen 在clojure ,很多都是使用Leiningen 来进行工程的构建,包括jepsen ,自然我也会使用leiningen 了。因为leiningen 的命令行是lein ,所以后续我们都会以lein 简写。 在mac 下面,可以直接使用brew install leiningen 来安装lein ,当然le...
  • Files and scripts

    377 2020-06-21 《Practicalli Clojure》
    Clojure files and Scripts Hint::Babashka - scripting with Clojure Clojure files and Scripts The clojure command will take a file name as an argument, evaluated all the Clojur...
  • Configure REPL Startup

    615 2020-06-21 《Practicalli Clojure》
    Configure REPL on Startup HINT:: Example project Create a dev/user.clj file and :dev alias Hint::Using the dev/ directory Requiring namespaces Calling functions Changing N...
  • 零基础教程

    3193 2019-05-04 《Clojure学习笔记》
    零基础教程 絮叨 为什么选择 Clojure Clojure 能做什么 为什么 Clojure / Lisp 没有流行 如何部署 Clojure 运行环境 如何运行 Clojure 程序 文档 附录 零基础教程 A language that doesn’t affect the way you think about progra...
  • Spec in the REPL

    421 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...
  • 使用Java方法

    1159 2019-05-04 《Clojure学习笔记》
    Clojure使用Java方法 调用一个Java对象的方法 设置一个Java对象的共有成员变量 调用静态共有成员变量/函数 创建一个对象 连续调用一个对象的方法 import java package 访问一个类的内部类 Clojure使用Java方法 Clojure有一个很强大的功能,就是你可以使用Lisp语言风格无缝的调用java ...
  • REBL data browser

    999 2020-06-21 《Practicalli Clojure》
    REBL data browser WARNING::Free for non-commercial use Install REBL Hint::REBL alias included in practicalli/clojure-deps-edn repository Running REBL with a project REBL da...