Back to browse
GitHub Repository

A new lisp interpreter

3 starsCommon Lisp

Julius, a New Lisp Implementation

by tgflynn·May 3, 2026·14 points·2 comments

AI Analysis

MidBold Bet

Yet another Lisp implementation with TBD usage instructions and no clear differentiation.

Strengths
  • 128 commits show genuine effort building the interpreter core logic.
Weaknesses
  • Installation and usage sections are undefined, preventing external testing or adoption.
Target Audience

Lisp developers, language implementers

Similar To

SBCL · CLISP · Racket

Post Description

This is a new and very preliminary Lisp implementation that is based on Common Lisp. The main goals are to minimize external dependencies. Currently only sbcl is supported. The only other dependency is on Quicklisp, which should strictly be necessary only for testing.

Similar Projects