From b53903e6fc75120e8533ed1fea38169ecb987daa Mon Sep 17 00:00:00 2001 From: ivixvi Date: Sat, 11 Jan 2025 12:23:36 +0900 Subject: [PATCH] docs: README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf73bc..03d5dac 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,21 @@ Common Lisp Development Environments For VSCode ## Reference -### Package System: ASDF +### Package + +- https://www.lispworks.com/documentation/HyperSpec/Body/11_aa.htm +- https://lispcookbook.github.io/cl-cookbook/packages.html + +### Build System: ASDF - https://asdf.common-lisp.dev/asdf.html - 日本語訳: https://privet-kitty.github.io/misc/asdf-ja.html -### Environments Management: Roswell +### Package Installer: Quicklisp + +- https://www.quicklisp.org/beta/ + +### Runtime Management: Roswell - https://roswell.github.io/