klotz: interpreter* + retrocomputing*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This project is an attempt to recreate MACLISP in 1980.
    It is based on a small C Lisp interpreter and aims to provide a
    MACLISP-like experience.
    Installation
    Compile and install using:
    sudo make install
    This will create an executable named lisp in /usr/local/bin. Usage
    Start the interpreter by running:
    maclisp
    Exit the interpreter by typing:
    (quit)
    Notes
    This is not a full MACLISP implementation, but a simplified
    version that captures the feel of the original.
    Dynamic scoping is used.
    Core functions like QUOTE, ATOM, EQ, CONS, CAR, CDR, and COND are
    implemented.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: interpreter + retrocomputing

About - Propulsed by SemanticScuttle