garden/content/daily/2023-04-17.md
SouthFox cb37e6a77b
All checks were successful
/ deploy (push) Successful in 1m12s
[build] create dir
2024-06-04 14:52:49 +08:00

646 B

+++ title = 2023-04-17 author = ["SouthFox"] date = 2023-04-17T23:28:00+08:00 lastmod = 2023-04-17T23:47:20+08:00 tags = ["clojure", "publish"] draft = false +++

clojure

安装

Doom Emacs 下直接取消注释掉 clojure 行数就行,也可加上 +lsp 选项。 Arch Linux 下使用

sudo pacman -S clojure leiningen

命令获得相关支持,运行时会下载一些依赖包,似乎在国内可能会无法访问导致 最后无法在 Emacs org-mode 里直接运行?

使用

传统的 lisp 讲究一个前缀运算。

(+ 232 1)

剩下的明天在来弄吧。