Hacker News new | ask | show | jobs
by ogjdrjvf 1023 days ago
I don't think the MIT guys have the same motivations as the author of this book. He (Walck) discusses the suitability of (a subset of) Haskell in this article: https://arxiv.org/abs/1412.4880

Maybe someone else can shed light on the MIT mindset. Certainly some of Walck's points apply to Scheme as much as to Haskell, but Scheme lacks the type system, syntax and syntactical "convenience" of curried functions. The basic strength of functional programming is the lack of complex imperative book-keeping: your code looks more like math.

My impression is that SICP and SICM are eccentric.

1 comments

> Scheme lacks the type system, syntax and syntactical "convenience" of curried functions.

The argument is that all of that syntax is a distraction.

Yes, and that's like arguing that spaces between words is syntactic distraction. It's clearly not, more syntax rules can make a language simpler to understand (for both humans and computers).