Hacker News new | ask | show | jobs
by veqq 485 days ago
The issue's that Schemes (and Clojure) are way more functional than Common Lisp and e.g. `funcall` feels like a kludge compared to lisp-1. If you read the old CL codebases or modern code, destructive and imperative use are common, so it doesn't feel terribly revisionist (just compared to pascal, c, bliss etc.).
2 comments

Wikipedia page for “functional programming”:

”The first high-level functional programming language, Lisp, was developed in the late 1950s…”

https://en.wikipedia.org/wiki/Functional_programming

Common Lisp has Lisp in the name, but it is not the same thing. We're talking about languages developed 30 years apart here.

In the 80s, things like immutability just weren't pragmatic due to memory constraints, and CL was designed with pragmatism in mind. Scheme could be argued as FP. Clojure certainly is. CL is not.

So that rules out most ML derived language as well, pity Standard M, OCaml, F#, Scala are no FP as well. /s