< Clojure --- CLAUDE code 起步 >

來玩 Clojure 吧?反正都是 agent 在寫。

據說,相對省 tokens
https://felixbarbalet.com/simple-made-inevitable-the-economics-of-language-choice-in-the-llm-era/

正式啟動之前,安裝好:
1. Clojure CLI
2. brepl ;; https://github.com/licht1stein/brepl
3. brepl 的 skill 也順便。
4. 如果想要 empty web project 的話,看要不要用 clj-stack-lite https://stack.bogoyavlensky.com/

更認真一點的話,再多安裝:
5. clj-kondo

還有,看要不要把 brepl 的 skill 換成我的這個改進版。
https://github.com/humorless/clojure-dev-skill

Simple Made Inevitable: The Economics of Language Choice in the LLM Era

Two years ago, I wrote about managing twenty microservices at Qantas with a small team. The problem was keeping services in sync, coordinating changes across system boundaries, fighting the entropy of a codebase that grew faster than our ability to reason about it. Many years before my time, someone had

Context is everything

實在是不想過度 optimize 這些東西,總覺得用太多時間在這方面,顯得很不理性。

不過,我剛才又再打臉了一次自己,安裝了這個。

https://github.com/rtk-ai/rtk

GitHub - rtk-ai/rtk: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies - rtk-ai/rtk

GitHub