/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

simondobson.org
| | aartaka.me
5.2 parsecs away

Travel
| | Lisp is an ambiguous category. But Common Lisp isn't, right? It's a restricted self-sufficient language, after all.
| | felix.plesoianu.ro
4.4 parsecs away

Travel
| | [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
5.1 parsecs away

Travel
| | [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
32.4 parsecs away

Travel
| [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.