Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbradberry/crisp

A Lisp interpreter built using PyPy's RPython
https://github.com/jbradberry/crisp

Last synced: 20 days ago
JSON representation

A Lisp interpreter built using PyPy's RPython

Awesome Lists containing this project

README

        

CRISP (Caktus RPython Lisp)
===========================

Crisp is (going to be) a simple implementation of Lisp written in
RPython (a restricted version of Python), and then compiled down using
the PyPy RPython translation toolchain.

This was created for my Q2 2015 Ship-It Day for Caktus Consulting
Group, and continued for the Q1 2017 Ship-It Day.

Requirements
------------

You need to have the following system packages installed:

Getting Started
---------------