Difference between revisions of "REFAL"

From swissChili
Jump to navigation Jump to search
(Created page with "REFAL (Wikipedia) is a functional programming language designed around the idea of pattern matching. It was designed by Valentin Turchin in 1966 and first implemented in 1968. This Wiki holds documentation for my implementation of REFAL. More information about how/why I wrote it is available on my [https://swisschili.sh/a-refal-interpreter/ website]. The interpreter is written in C++ and available on [https://github.com/swissChili/REFAL Github]. Onc...")
(No difference)

Revision as of 03:35, 17 February 2022

REFAL (Wikipedia) is a functional programming language designed around the idea of pattern matching. It was designed by Valentin Turchin in 1966 and first implemented in 1968.

This Wiki holds documentation for my implementation of REFAL. More information about how/why I wrote it is available on my website. The interpreter is written in C++ and available on Github.

Once I implement some more of the standard library I will document my implementation here.