A new version of very old software for a very old, but very important, computer

@theartofmadeline

titsay
macklin celebrini has autism

★
Monterey Bay Aquarium
YOU ARE THE REASON
will byers stan first human second
No title available
Noah Kahan
The Stonewall Inn
Fai_Ryy
Sweet Seals For You, Always
NASA
EXPECTATIONS

oozey mess

Origami Around
Cosimo Galluzzi
sheepfilms
RMH

bliss lane

seen from Tunisia

seen from United States

seen from Ecuador
seen from France

seen from Ecuador
seen from Italy
seen from Brazil
seen from United States
seen from Lebanon
seen from Italy

seen from United States

seen from United States
seen from Türkiye

seen from Malaysia

seen from Germany

seen from France

seen from Angola
seen from Türkiye
seen from United States

seen from Germany
@commonlisp-it
A new version of very old software for a very old, but very important, computer
A hands-on approach to understanding and building compilers. Compilers are notoriously some of the most difficult programs to teach and understand. Most book...
24 votes and 0 comments so far on Reddit
Homepage for the European Lisp Symposium
New projects: asdf-dependency-graph — A minimal wrapper around `dot` available at least on Linux systems to generate dependency-graphs....
Emacs Lisp Static Analyzer. Contribute to emacs-elsa/Elsa development by creating an account on GitHub.
While SLIME is most of the time able to indent Common Lisp correctly, it will sometimes trip on custom forms. Let us see how we can customize indentation. In the process of writing my PostgreSQL client in Common Lisp, I wrote a READ-MESSAGE-CASE macro which reads a message from a stream and execute code depending on the type of the message: (defmacro read-message-case ((message stream) &rest forms) `(let ((,message (read-message ,stream))) (case (car ,message) (:error-response (backend-error (cdr ,message))) (:notice-response nil) ,@forms (t (error 'unexpected-message :message ,message))))) This macro is quite useful: all message loops can use it to automatically handle error responses, notices, and signal unexpected messages.
A highly accessible, step-by-step introduction to deep learning, written in an engaging, question-and-answer style.The Little Learner introduces deep learnin...