@ Pohon BBS

SICP : Let's Read!

Go back: thread mode | tree mode | sub tree

#18. exercise 1.3
Published: 2026-09-09 [Wed] 20:55, by clouds
[(define (square a)
(* a a))

(define (smallest x y z)
(if (< x y)
(if (< x z) x z)
(if (< y z) y z)))

(define (procedure x y z)
(- (+ (square x)(square y)(square z))(square (smallest x y z))))

(procedure 7 10 10)]
.

New Reply



(new)

You need to solve the captcha before you can post.


Parents

#4. Chapter 1
Published: 2026-09-08 [Tue] 19:21, by Anonymous
SICP chapter 1
> Building Abstractions with Procedures

https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/full-text/book/book-Z-H-9.html#%_chap_1
.

#1. SICP : Let's Read!
Published: 2026-09-08 [Tue] 19:18, by piper
> SICP Book:
https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/full-text/book/book-Z-H-4.html

> SICP Lectures:
https://www.youtube.com/playlist?list=PLE18841CABEA24090
> Racket Scheme
https://racket-lang.org/download/
> SICP Racket
https://docs.racket-lang.org/sicp-manual/Installation.html

Let's embrace the tree structure of Pohon BBS.

Top level comments for chapters of the book,
replies to top level comments for discussions of the chapter.

Comment #2 will be for general help installing Scheme
Comment #3 will be for random Scheme discussion that doesn't
fit into chapter discussion.

Ready, start, go!
.
Pohon BBS