SICP Exercise 4.49

SICP Exercise 4.49

(define (parse-word word-list)
  (list (car word-list) (an-element-of (cdr word-list))))

; the results
the student studies
the student studies for the student
the student studies for the student for the student
the student studies for the student for the student for the student
......
Advertisement

One Response to SICP Exercise 4.49

  1. gurugio says:

    I always appreciate your solutions. They are very helpful to me.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.