/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

gist.github.com
| | lisp-journey.gitlab.io
4.2 parsecs away

Travel
| | And 2022 is over. The Common Lisp language and environment are solid and stable, yet evolve. Implementations, go-to libraries, best practices, communities evolve. We don't need a "State of the Ecosystem" every two weeks but still, what happened and what did you miss in 2022?This is my pick of the most exciting, fascinating, interesting or just cool projects, tools, libraries and articles that popped-up during that time (with a few exceptions that appeared in late 2021).
| | stevelosh.com
4.2 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.
| | anticrisis.github.io
7.0 parsecs away

Travel
| | "Because all the interesting things in life were invented beforeyou were born."
| | www.agilejava.eu
27.2 parsecs away

Travel
| The SPRING INITIALIZR at https://start.spring.io has been around for a while and is the best way to bootstrap a new Spring Boot application. So far, there hasn't been a similar way to bootstrap a new MicroProfile project even if the different vendors have provided starters for their implementations. But the wait is over! The MicroProfile...