Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Introduction to Programming Languages
(hjaem.info)
76 points
by
parksb
269 days ago
| 9 comments
Introduction to Programming Languages | Dark Hacker News
CapnTrippy
265 days ago
|
next
[−]
https://www-users.york.ac.uk/~ss44/joke/foot.htm
I find the above the best introduction to a programming language.
veltas
265 days ago
|
next
[−]
Should be called "Introduction to Functional Programming Languages"
noelwelsh
265 days ago
|
parent
|
next
[−]
The order is which things are covered is pretty standard for programming languages. Chapters 11 and 12 cover mutation. PLAI (
https://www.plai.org/
) covers similar material in a similar order.
Antibabelic
265 days ago
|
next
[−]
Doesn't seem to cover any logic programming, that's a shame.