Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/glesica/disp
- Owner: glesica
- Created: 2019-01-13T19:11:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T02:50:28.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T08:41:23.593Z (about 2 months ago)
- Topics: dart, lisp, programming-language
- Language: Dart
- Homepage: https://glesica.github.io/disp/
- Size: 6.81 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)'
```