Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseo/secd
A Haskell implementation of the SECD abstract machine
https://github.com/kseo/secd
Last synced: 27 days ago
JSON representation
A Haskell implementation of the SECD abstract machine
- Host: GitHub
- URL: https://github.com/kseo/secd
- Owner: kseo
- License: bsd-3-clause
- Created: 2016-01-20T13:37:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T03:51:17.000Z (over 8 years ago)
- Last Synced: 2024-09-17T00:25:05.330Z (about 2 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/secd
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SECD
[![Build Status](https://travis-ci.org/kseo/secd.svg?branch=master)](https://travis-ci.org/kseo/secd)
A simple implementation of the [SECD abstract machine][secd].
[secd]: http://pages.cpsc.ucalgary.ca/~robin/FMCS/FMCS2014/Prashant_talk.pdf
## Usage
```
$ secdi
% ((lambda (x) (+ x x)) 2)
4
```