What is the most minimal functional programming language?
问题 What is the most minimal functional programming language? 回答1: It depends on what you mean by minimal. To start with, the ancestor of functional languages is, first and foremost, mathematical logic . The computational use of certain logics came after the fact. In a sense, many mathematical systems (the cores of which are usually quite minimal) could be called functional languages. But I doubt that's what you're after! Best known is Alonzo Church's lambda calculus, of which there are variants