Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

FP

< >

FP, aka Functional Programming, is a programming language created in 1977 by John Backus.

#1059on PLDB 47Years Old

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 language was introduced in Backus's 1977 Turing Award lecture, "Can Programming Be Liberated from the von Neumann Style?", subtitled "a functional style and its algebra of programs." The paper sparked interest in functional programming research, eventually leading to modern functional languages, and not the function-level paradigm Backus had hoped. Read more on Wikipedia...


Example from Wikipedia:
insert-left \f where \f:〈x〉 = x and \f:〈x1,x2,...,xn〉 = f:〈\f:〈x1,...,xn-1〉,xn〉 and \f:〈 〉 = unit f

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 626 · feedback@pldb.io