LISP-Machine. Archive of LISP Machine, Inc.
277pseudo. ✨Pseudocode in Common Lisp
18Platformer. A simple platformer game in Common Lisp. Please see PlatformerTutorial instead.
11table. An abstract table api with various concrete implementations such as alist, plist, hash-table, and wttree.
9gemini. ✨API to Google's Gemini
6PlatformerTutorial. λ A simple Common Lisp platformer game in a twenty-two chapter tutorial. One branch per chapter.
4utilities. Various, sundry, and miscellaneous things that I commonly use.
4function. Higher order functions.
3LambdaCalculus. A small toolkit for lambda calculus.
2dual-numbers. Common Lisp implementation of dual numbers, useful for automatic differentiation.
2generic-arithmetic. Implement standard Common Lisp math functions as CLOS generic functions in order to make it easy to extend the number tower.
2named-let. Named lambda and named let macros.
2homographic. Homographic functions, Möbius transforms, and exact real arithmetic.
2old-jrm-code-project. Common Lisp
2Advent2024. Advent of Code 2024 in Common Lisp
2LinkedList. A simple singly-linked list as an ADT.
2named-object. A named object mixin.
1google. API to Google
1CLRLisp. A Lisp tailored for the CLR.
1jrm-code-project.
1promise. An implementation of promises (delayed evaluation) in Common Lisp.
1Advent2025. Advent of Code 2025
1