Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

I will read SICP for you for only £12,927!

Name: Anonymous 2014-10-18 10:11

Name: Anonymous 2015-03-22 16:51

NO EXCEPTIONS

Name: Anonymous 2015-03-22 23:15

Using Clojure, changing things he finds outdated and adding sections about things he finds important seems dishonest when calling it SICP Distilled.

Name: Anonymous 2015-03-23 0:54

Clojure is the Lisp programmers deserve.

Name: Anonymous 2015-03-23 3:50

>>4
What did we do wrong?

Name: Anonymous 2015-03-23 20:32

>>4
Clojure is not a LISP.

Name: Anonymous 2015-03-23 22:48

>>5
First and mostly, you rejected the law of the prophets Scott Fahlman, Richard P. Gabriel, Dave Moon, Guy Steele, Dan Weinreb.

You instead turned to false idols such as Python and Haskell, and engaged in ENTERPRISE QUALITY corporate sodomy, whoring yourselves as Java and .NET pogrammers in the service of Mammon.

The pious of you fell into the snare of slothful minimalism and failed to understand the teachings of the prophets Sussman and Abelson, even after elucidated by the holy scripture of T by the prophet Kent Pitman.

Similarly in the case of St. Stallman the admonisher, you took GNU and GCC as gifts and blessings, not understanding they were but a compromise and concession to the ways of UNIX, and a holy covenant to be replaced!

Nay, even the late psalms of the prophets Fahlman and Moon, when sung in the common tongue of the infix Dylan fell on deaf ears!

In your meager accomplishments you developed pride, and failed to recognize the new saints St. Naggum the confessor, and St. Datskovsky the evangelist. Nor did you pay attention to the history of your people as documented by the historian Joswig. Instead, you praise the false prophet Hickey, some even saying Messiah Messiah! Truly you will be the least in kingdom of Lisp to come.

So I say unto you if the salt loses it's savor what good is it except to be trodden underfoot? And if the tree bears no fruit, what good is it except to be cut down!

Clojure is the Lisp you deserve.

Name: Anonymous 2015-03-24 15:16

fibs get

Name: Anonymous 2015-03-24 23:10

>>7
I didn't do any of those things.

Name: Anonymous 2015-03-28 20:57

I will read SICP to you for free.

Exercise 2.6

(def (zero f)
(lam (x)
x))

(def (incr n)
(lam (f)
(lam (x)
(f ((n f) x)))))

(def one (incr zero))

(def two (incr one))

(def (add a b)
(lam (f)
(lam (x)
((a f) ((b f) x)))))

(def three (add one two))

(def (worker x)
(* x 2))

((three worker)
5)


This is Church numerals, y'all.

Name: Anonymous 2015-03-28 20:58

check 'em

Name: Anonymous 2015-03-28 21:03

Oh, it said to define one and two directly, without using zero. Here they are:

(def one
(lam (f)
(lam (x)
(f x))))

(def two
(lam (f)
(lam (x)
(f (f x)))))

Name: Anonymous 2015-03-29 14:02

>>12
But can you define ')' without using zero?

Name: Anonymous 2015-03-29 14:45

>>13
Yes, but I'll never tell you how.

Name: Anonymous 2015-04-20 19:11

https://www.youtube.com/watch?v=LVM8N0eH9Qk

This is the result of your £12,927.

Name: Anonymous 2015-04-20 20:49

>>15
A Jew video site?

Name: Anonymous 2015-04-22 10:16

Shouldn't this be considered copyright infringement? Does this SJW faggot have the right to profit off of SICP? Yes, SICP is freely available, but it's still copyrighted and I doubt you're allowed to sell copies of it for profit.

Name: Anonymous 2015-04-22 11:10

Structure and Interpretation of Computer Programs by Harold Abelson and Gerald Jay Sussman with Julie Sussman is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License by the MIT Press.
>>17 is a low iq nigger

Don't change these.
Name: Email:
Entire Thread Thread List