Ecosyste.ms: Awesome

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

https://github.com/cliffeh/punky

a simple functional language interpreter
https://github.com/cliffeh/punky

Last synced: about 2 months ago
JSON representation

a simple functional language interpreter

Lists

README

        

# punky
a simple functional language interpreter

## Notes
To add a new builtin type you have to:

1) add a tuple to BUILTINS in mkbuiltins.py
2) write the implementation of builtin_apply_{NAME} in builtin.c.in