/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

susam.net
| | mht.wtf
4.0 parsecs away

Travel
| |
| | dmitryfrank.com
3.6 parsecs away

Travel
| | [AI summary] An engineer implements a custom Scheme interpreter in JavaScript using the v7 engine to run Lisp code on a memory-constrained ESP8266 microcontroller.
| | stevelosh.com
2.9 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.
| | sookocheff.com
21.0 parsecs away

Travel
| I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you.