Lambda: The Ultimate Imperative (1976) [pdf]
dspace.mit.edu
Lambda: The Ultimate Imperative (1976) [pdf]
1–9 of 9 posts
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#2Guy Steele's papers in particular are almost always an entertaining read. My favorite by him is basically a glorified rant about how the programmer shouldn't have to manually handle tail-recursion (I'd link to it but I cannot seem to find it...If someone here knows where it is I'd appreciate it).
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#3I love reading these older papers, because since there wasn't a whole lot of prior implicit understanding of computer-science, they're a lot easier to read for a wannabe-intellectual like myself (someone who loves the academic world but who isn't smart enough to actually be an academic). Guy Steele's papers in particular are almost always an entertaining read. My favorite by him is basically a glorified rant about ho…
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#4I love reading these older papers, because since there wasn't a whole lot of prior implicit understanding of computer-science, they're a lot easier to read for a wannabe-intellectual like myself (someone who loves the academic world but who isn't smart enough to actually be an academic). Guy Steele's papers in particular are almost always an entertaining read. My favorite by him is basically a glorified rant about ho…
LAMBDA: The Ultimate GOTO http://dspace.mit.edu/bitstream/handle/1721.1/5753/AIM-443.p...
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#5I love reading these older papers, because since there wasn't a whole lot of prior implicit understanding of computer-science, they're a lot easier to read for a wannabe-intellectual like myself (someone who loves the academic world but who isn't smart enough to actually be an academic). Guy Steele's papers in particular are almost always an entertaining read. My favorite by him is basically a glorified rant about ho…
LAMBDA: The Ultimate GOTO http://dspace.mit.edu/bitstream/handle/1721.1/5753/AIM-443.p...
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#6Earlier quoted context omitted.
LAMBDA: The Ultimate GOTO http://dspace.mit.edu/bitstream/handle/1721.1/5753/AIM-443.p...
Thank you!
Re: Lambda: The Ultimate Imperative (1976) [pdf]
#7Re: Lambda: The Ultimate Imperative (1976) [pdf]
#8Re: Lambda: The Ultimate Imperative (1976) [pdf]
#9:)
I was excited to see the heading "3.3.1 Free (Global) Variables", considering the amount of work people do to avoid those (interpeters and runEnv and so on), but it seems they end up using top-level bindings and assignments …