|
You are here |
stevelosh.com | ||
| | | | |
www.fosskers.ca
|
|
| | | | | ||
| | | | |
anticrisis.github.io
|
|
| | | | | "Because all the interesting things in life were invented beforeyou were born." | |
| | | | |
atomized.org
|
|
| | | | | [AI summary] This comprehensive guide explores the evolution of a Common Lisp project from a simple command-line application to a structured, maintainable system using advanced tools and libraries. The journey begins with a basic implementation using the built-in UIOP library, then progresses through modularization, system definition with ASDF, and finally incorporates external libraries like unix-opts for enhanced functionality. The article emphasizes the importance of organizing code through packages, systems, and build processes, while demonstrating how modern Lisp tooling can simplify development and maintenance. Key takeaways include the value of modular design, the role of ASDF in managing project dependencies, and the benefits of using external librar... | |
| | | | |
www.diegofreijo.com
|
|
| | | I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book. | ||