Skip to content

jfacorro/fp-interpreter-in-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp-interpreter-in-lisp

An interpreter for Backus's FP programming language.

FP (short for Function Programming) is a programming language created by John Backus to support the function-level programming paradigm. This allows eliminating named variables.

The interpreter reads, parses and evaluates FP expressions, such as function definitions, and application of an environment to a function.

This project was created for academic and educational purposes only.

About

Interpreter for Backus's FP programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published