Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
SECD machine
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Landin's contribution== [[David Turner (computer scientist)|D. A. Turner]] (2012)<ref name=tfp12>{{cite web |url=https://www.cs.kent.ac.uk/people/staff/dat/tfp12/tfp12.pdf |title=D. A. Turner "Some History of Functional Programming Languages" in an invited lecture '''TFP12''', St Andrews University, 12 June 2012. See the section on Algol 60}}</ref> points out that the [[ALGOL 60]] programming language could not return functions from other functions (rendering functions no longer first-class). A function nested inside another function could refer to a variable living on the outer function's stack. If the nested function were returned from the outer function, then it would be referring to a variable in a stack frame that is no longer present. Turner notes that Landin's SECD machine solves this problem (thus allowing functions to return functions), as a function value is now represented with a [[closure (computer programming)|closure]] on the heap that can store the environment of variables it should use irrespective of what happens on the stack.<ref name=tfp12 />
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
SECD machine
(section)
Add topic