REFAL

From swissChili
Revision as of 03:35, 17 February 2022 by SwissChili (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.