Revised7 Report on the Algorithmic Language Scheme¶
Shinn, A., Cowan, & Gleckler, A. A. (2013). Revised7 Report on the Algorithmic Language Scheme.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Domain-specific¶
- Anonymous Function
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
This sourceDefines `lambda` evaluation, formal-parameter binding, and procedure application in Scheme.
- … `lambda` evaluates to a procedure and binds formal parameters when applied; Python's `lambda` creates an anonymous function whose body is restricted to an expression; ECMAScript arrow-function syntax creates function objects with language-specific lexical treatment of `this`, `arguments`, `super`, and `new.target`.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:648b32e7fb82 · see in the full table