|
You are here |
simondobson.org | ||
| | | | |
aartaka.me
|
|
| | | | | Lisp is an ambiguous category. But Common Lisp isn't, right? It's a restricted self-sufficient language, after all. | |
| | | | |
felix.plesoianu.ro
|
|
| | | | | [AI summary] The author explores the subjective nature of choosing programming languages, reviewing modern options like Zig and Vala alongside classics such as Ada and Fortran, while analyzing their distinct roles in software development. | |
| | | | |
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. | |
| | | | |
stuartsierra.com
|
|
| | | [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program. | ||