Talk about insightful! This is what Computer Science is really about. Probably more advanced than most undergraduates can cope with, I am taking the time to look at these classic texts because I suspect that functional programming (FP) is about to become much more important.
Why? Besides the intrinsic pleasure in learning and extending oneself, multi-core CPUs are starting to go main-stream, and I believe that FP is our best hope to take advantage of a new age of parallel hardware.
So I plan to brush up by going through some / most of SICP (and doing the exercises), before moving on to one or more of Haskell (especially for monads), OCaml, and F#.
SICP is draws many examples from mathematics, so with my background it looks very inviting. Others may prefer How To Design Programs, another freely available text.
* * *
Abelson says that when you look into a computer language, you should ask:
- What are the primitives?
- What are the means of combination?
- What are the means of abstraction?
This prompted an interesting thought the following day:
Do these criteria also apply to computer applications?More on this later ...
No comments:
Post a Comment