Skip to content

anschelsc/pure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure

Pure is a purely functional subset of the Unlamda programming language. Specifically, it contains just the combinators s, k, and i. These have no side-effects whatsoever, including I/O. As a consequence, there is no concept of "order of evaluation". For this reason, Unlambda's "abstraction elimination" becomes much more efficient.

Directory Structure


This directory contains a subdirectory for each language in which Pure is implemented. Specific documentation for each implementation is in the subdirectory.

Author

Everything in this directory is (c) 2011 Anschel Schaffer-Cohen, anschelsc@gmail.com, and licensed under the BSD-style license in the LICENSE file. If you want to contribute and/or comment, feel free to do so via Github or by sending me email.

About

A purely functional subset of Unlambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published