dbremner / hope

Hope programming language interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hope

Hope is a lazily evaluated functional programming language developed in 1970's by Ross Paterson. It influenced the design of other lazy languages such as Miranda and Haskell.

This version is derived from the source that was once available from the author's home page (http://www.soi.city.ac.uk/~ross/Hope/).

The goal of this project is to preserve Hope in its original form, so the only changes being made are fixes required to get it to build on modern systems.

There is also a fork called Hopeless that aims to improve and extend the language (http://www.hopelog.com/).

About

Hope programming language interpreter

License:GNU General Public License v2.0


Languages

Language:C 90.0%Language:Makefile 3.8%Language:Yacc 2.5%Language:Shell 2.1%Language:Roff 0.5%Language:C++ 0.5%Language:Awk 0.3%Language:sed 0.2%