Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hello and thanks for any information you might supply.
What I'm looking for is a root functional language, from which other functional languages derive syntactical elements. A structured example is C, and the myriad of C-based languages. As per:

it seems to me that it would be Lisp, given also that is a very old and widespread language. A confirmation or opinions would be appreciated.

share|improve this question
@GeneT: Thanks, very interesting. – mimabe Mar 6 at 1:23

closed as not constructive by cHao, ppeterka, H2CO3, casperOne Mar 1 at 14:32

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I heard a lot about Scheme as it has influenced many other modern languages, e.g. JavaScript, Ruby, Clojure, R etc. Here is an introductory article about lambda calculus and Scheme: http://www.jetcafe.org/~jim/lambda.html

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.