<to...@tuxteam.de> writes: > On Wed, Feb 24, 2016 at 06:32:12PM -0500, dsm...@roadrunner.com wrote: > > [representing rationals] > >> This https://mitpress.mit.edu/sicp/full-text/book/book-Z-H-14.html >> might be enlightening....
There are also video lectures recorded in 1986 in addition to the book <http://cynic.cc/blog/posts/2015-01-17_uploading_sicp_to_youtube/>. Lecture 2B talks about implementing rational numbers using CONS, CAR and CDR as an example of data abstraction. Then, to "terrify" you by showing CONS, CAR and CDR can be built from "air". Watch the lecture or the book (the link of enlightenment given by Dale) to find out what does it mean :) > > Yes. "Structure and Interpretation of Computer Programs" (here affectionately > known as "SICP") *very* *warmly* recommended. > > -- t