Coming soon - Get a detailed view of why an account is flagged as spam!
view details

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.

1
( CompSci ( Computing ( Procedure )))
Post Body

---Definition (informal)---

A description of rules for manipulating data.

---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 this is a procedure? Why?

(defun my-length (list)  
    (if list  
        (1  (my-length (cdr list)))  
        0))  

Yes, because it describes rules for manipulating a given list.

---Template---

Is it true that this is a procedure? Why?

<insert example>

Yes, because it describes rules for manipulating a given "________."

---Notes---

N/A

Author
Account Strength
100%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
5,244
Link Karma
3,637
Comment Karma
1,574
Profile updated: 1 month ago
Posts updated: 3 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago