記録は作業の証

鉄道とコンピュータ

Common Lispを学ぶためのリソース

まずはこの記事を読むことをおすすめします。

A Road to Common Lisp 翻訳 · GitHub

書籍

Practical Common Lisp(実践Common Lisp)

gigamonkeys.com

一番最初に読むのに向いている。内容は古びてはいるものの、リスト遊びに終始するよりはるかに良い。日本語版もある。

Programming Algorithms

vseloved.github.io

Common Lispで様々なアルゴリズムを実装する本。

Common Lisp Recipes

weitz.de

github.com

Vim/Neovimで編集するためのプラグイン

github.com

github.com

github.com

ソースコードを読むなら

Alexandria

alexandria.common-lisp.dev

数多くのユーティリティ関数やマクロを提供しており、これを利用するプロダクトも多い。

CL-UTILITIES

www.cliki.net ユーティリティ関数のつめあわせ。

GENERIC-COMPARABILITY

github.com