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 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...
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...
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 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...
零基础教程 絮叨 为什么选择 Clojure Clojure 能做什么 为什么 Clojure / Lisp 没有流行 如何部署 Clojure 运行环境 如何运行 Clojure 程序 文档 附录 零基础教程 A language that doesn’t affect the way you think about progra...
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...
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...