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

Pages: 1-

6.01 Lecture Notes

Name: Anonymous 2007-09-28 9:49 ID:CQpkaVie

Now, this is pretty interesting. Full lecture notes for the first few lectures of the SICP successor at MIT:
http://courses.csail.mit.edu/6.01/fall07/calendar/

The examples in http://courses.csail.mit.edu/6.01/fall07/lectures/lecture2.pdf  are delightfully straight from SICP chapter 1, but I think they made a mistake by using a language that doesn't natively support the popular `cudder' function. Observe:

def map(func, list):
    if list == []:
        return []
    else:
        return [func(list[0])] + map(func, list[1:])


http://courses.csail.mit.edu/6.01/fall07/lectures/lecture3.pdf thankfully still describes the basics of object systems using closures before introducing Python's classes.

Then comes http://courses.csail.mit.edu/6.01/fall07/lectures/lecture4.pdf, teaching difference equations. Yeah, fucking difference equations.

Name: Anonymous 2007-09-28 10:31 ID:Heaven

NO EXCEPTIONS

Name: Anonymous 2007-09-28 12:30 ID:XYHUtI46

Interesting

Name: Anonymous 2007-09-28 13:11 ID:f/nc8xzx

That's grate.  But I don't see how this FIOC-based language is better than cudder-based Scheme.

Name: Anonymous 2007-09-28 13:26 ID:T3bDn10w

FIOC == Forced Indentation Of Code?

Name: Anonymous 2007-09-28 13:41 ID:nPUPAZf/

It's interesting to learn about difference equations and how they are related to differential equations. Thanks.

Name: Anonymous 2007-09-28 14:53 ID:HFeRZsxu

>>6

I'd scribble you a note, but I'm all out of napkins.

Name: Anonymous 2007-09-28 14:57 ID:B0sNXyb5

wasn't the legendary course 6.001?

Name: Anonymous 2007-09-28 14:59 ID:Heaven

>>8
Yes, why?

Name: Anonymous 2007-09-28 15:30 ID:Heaven

>>1
i clicked that link and got a virus

Name: Anonymous 2007-09-28 16:08 ID:YWnU3kUk

>>10
You already had that virus. I know because I hacked into your computer to install it.

Name: Anonymous 2007-09-28 20:29 ID:Heaven

I sat in on my friend's CS lecture in Glasgow for the lulz, they're doing Python; lulz were indeed had.

Name: Anonymous 2009-03-06 6:02


believe ME MY WORDS   ARE ALL LIES   AND ARE THE   trendy latte faggots   who work shitty   jobs like night   shift copy editors.

Name: Anonymous 2009-03-06 8:40

Latte faggots who work   in a web   environment often prefix   their titles with.

Name: Anonymous 2009-03-06 9:37

The learning curve short   for the syntax   and libraries There   are compact languages   like Squeak but.

Name: Anonymous 2010-12-17 1:23

Are you GAY?
Are you a NIGGER?
Are you a GAY NIGGER?

If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATION OF AMERICA) might be exactly what you've been looking for!

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