Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glesica/disp

A simple Lisp interpreter written in Dart.
https://github.com/glesica/disp

dart lisp programming-language

Last synced: about 2 months ago
JSON representation

A simple Lisp interpreter written in Dart.

Awesome Lists containing this project

README

        

# Disp

I wanted an excuse to play around with `petitparser`. This is that excuse. It is a very simple Lisp
interpreter called Disp (Dart Lisp).

## Example

```
pub run disp -s '(sum 5 4)'
```