My Scheme Blog (19, permasaged)

1 Name: SchemeNoob : 2009-07-17 22:05 ID:97UmOfTm

I know that you guys might sage the piss out of this but, this is my new scheme blog. I am doing this to get pointers from others who have read sicp. I like scheme so far. It is pretty much the first programming language that I like. I tried python and I can program stuff in it (pretty basic shit) but I like scheme because it makes more sense to me since it reads more like English does.

Here is one item from the end of SICP chapter 1L

(define (sumsq-big-two x y z)
(cond ((and (> x z) (> y z)) (sum-of-squares x y))

    ((and (> y x) (> z x)) (sum-of-squares y z))
((and (> z y) (> x y)) (sum-of-squares x z))
(else "fail")))

13 Name: heh man!fi.Jek4HW6!!gGKYHXFO : 2009-08-05 04:54 ID:peOjZoLS

>>9
Stop taking the piss out of things that people even have positive opinions of.

14 Name: #!/usr/bin/anonymous : 2009-08-05 20:53 ID:Heaven

>>13
back to bed, ham hen.

15 Name: heh man!fi.Jek4HW6!!gGKYHXFO : 2009-08-06 23:51 ID:peOjZoLS

>>14
LOL SO RANDUM XD

Fuck you and fuck your fucking asshole

This thread has been closed. You cannot post in this thread any longer.