|
You are here |
mht.wtf | ||
| | | | |
atomized.org
|
|
| | | | | [AI summary] A comprehensive tutorial explains how to build structured, executable Common Lisp programs from the command line using packages, systems, and the ASDF build tool. | |
| | | | |
norvig.com
|
|
| | | | | ||
| | | | |
stevelosh.com
|
|
| | | | | [AI summary] The text is a comprehensive guide to Common Lisp, covering its structure, libraries, and ecosystem. It explains the different layers of project organization, including files, packages, systems, and projects, and highlights popular libraries for various tasks such as utilities, threading, foreign function interfaces, regular expressions, HTTP clients, and more. The guide also discusses tools like Quicklisp and ASDF for managing dependencies and projects, and touches on the stability and community of the language. It concludes by emphasizing the depth of Common Lisp and the importance of careful study for mastering it. | |
| | | | |
www.integralist.co.uk
|
|
| | | UPDATE November 2022 Not long after I wrote this post I had switched from VimScript to using Lua and also making large sets of changes and tweaks to my configuration. The source of truth is: https://github.com/integralist/nvim (which is a submodule within https://github.com/integralist/dotfiles) This post is being kept for posterity, but ultimately I would recommend you look at the above dotfiles repo instead. This is going to be a very focused post because when you're looking to get your code editor con... | ||