GitHub - tgflynn/Julius: A new lisp interpreter

· GitHub

1 min read Original article ↗

Latest commit

Folders and files

NameName

Last commit message

Last commit date

Repository files navigation

Table of Contents

  1. Julius
    1. Description
    2. Dependencies
    3. Usage

Description

This is a very preliminary attempt to create a new Lisp dialect implemented using Common Lisp.

Dependencies

SBCL and quicklisp

Usage

  1. Clone Repository.
  2. cd into Julius directory.
  3. Start sbcl as follows: sbcl --load startup.lisp.