Clojureを始める
tags: #Clojure #programming_language #Spacemacs #Ubuntu
steps
code:ubuntu-shell
sudo apt install -y leiningen
lein version
↑バージョンが低いので、公式手順参照
https://github.com/technomancy/leiningen
/ayato-p/SpacemacsでClojureを書くために僕が行った設定
使い方
https://blog.nijohando.jp/post/spacemacs-clojure/
https://practicalli.github.io/spacemacs/
http://develop.spacemacs.org/layers/+lang/clojure/README.html
Type SPC m h c to display the cheatsheet then type in some terms (space separated) to narrow down the list. For example, try typing in sort map to see some functions that deal with sorting maps.
CIDER
https://github.com/clojure-emacs/cider
https://docs.cider.mx/cider/index.html