lucian1900 / lsp

A short little lisp in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A short little lisp in python

  • Lisp-1 with some inspiration from Clojure.
  • bootstrapped early, with as little written in Python as possible.
  • FFI-ish form for python methods
  • Incomplete, of no practical use, slow and with a terrible parser

There are no useful examples yet. For a sample of the language, check out lsp/prelude.lsp

About

A short little lisp in python

License:MIT License


Languages

Language:Python 95.9%Language:Common Lisp 4.1%