Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```