GithubHelp home page GithubHelp logo

jcburley / lispzero Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 346 KB

First experiment on McCarthy's Original Lisp

License: GNU General Public License v3.0

Common Lisp 33.69% C 63.56% Makefile 2.05% Clojure 0.20% Shell 0.50%

lispzero's Introduction

2013-03-30 [email protected]

Zero is an experiment trying out a simple approach to implementing
McCarthy's original Lisp. I had been curious about how that might have
been done.

In particular, I've been wondering how simple a "core" Lisp system can
be, while providing the building blocks necessary for the full power
and expressiveness one expects from Common Lisp.

Beyond Common Lisp, I hope to experiment with ways to provide more
control over the environment, including macros (from lexing through
parsing) and execution (more/full control over heap allocation,
perhaps avoiding the requirement that garbage collection be available;
more/full control over stack usage; and more/full control over
processor usage).

A key theme in this work is to invert the usual approach, that of
assuming the existence of, and necessarily building, monolithic code
analyzers (compilers and linkers, mainly) that figure out what needs
to be done, and instead design a language that works "from the inside
out" -- providing ways for the code itself to express what it needs,
when it needs it -- such that a "narrow" reading of a macro or
function answers many, if not all, of the necessary questions
regarding its build-time and run-time needs.

lispzero's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.