This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
---Definition (informal)---
A set of entities we want to manipulate.
---Source---
Abelson, H., Sussman, G. J., & Sussman, J. (1996). Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science) (second edition) [E-book]. The MIT Press.
---Example---
Is it true that 2 and 3 are data in this Lisp function call? Why?
(expt 2 3)
Yes, because 2 and 3 are entities we want to manipulate.[1]
---Notes---
[1]: expt raises the first number to the power of the second number.
Subreddit
Post Details
- Posted
- 3 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/ConceptExam...