I wanted to share a side project I’ve been tinkering with for a while and finally got around to shipping: Coalton Playground – basically a web-based REPL for Coalton, which is this inte…| Abacus Noir
A Road to Common Lisp| stevelosh.com
SLY User Manual, version 1.0.42| joaotavora.github.io
Two pieces of advice from Kevin Kelly’s 100 bits of advice I took to heart this past year. The first & riskiest was “Goofing off is highly underrated”– I’ve worked in IT in some capacity since I was 16 years old & I needed a break, so I quit my job and gave myself a travel/research sabbatical. The second is “the biggest lie we tell ourselves is ‘I don’t need to write this down I will remember it’”, so I spent time designing utilities for my “second brain” into which I...| evanlh.com
Common Lisp may have more libraries than you think. See: Quickdocs - the library documentation hosting for CL. the Awesome-cl list, a curated list of libraries. lisp-lang.org’s recommended libraries (from State of the CL ecosystem, 2015) Quicklisp is the de-facto package manager, but not the only tool.Some terminology first In the Common Lisp world, a package is a way of grouping symbols together and of providing encapsulation.| Lisp journey