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

Pages: 1-

javascript oop

Name: Anonymous 2012-01-09 17:20

Name: Anonymous 2012-01-09 17:27

Read SICP.

Name: Anonymous 2012-01-09 17:36

>>2
that should be easy since javascript is like scheme++

Name: Anonymous 2012-01-09 17:37

>>3
Go back to reddit.

Name: Anonymous 2012-01-09 17:38

>>4
python is cool too

Name: Anonymous 2012-01-09 17:39

>>5
Just get the fuck out of here.

Name: Anonymous 2012-01-10 0:17

>>6
u jelly

Name: Anonymous 2012-01-10 0:30

>>7
What can Lisp do that Python cannot? Oh that's right, lambda.

Name: Anonymous 2012-01-10 8:50

>>8
First, lambda is just an anonymous function and not all that useful anyway in Python.
Second, you can use Python's lambda just fine. Curry if you want more complex stuff.
Third, Python can't macros.

Name: Anonymous 2012-01-10 10:05

>>9
Second, you can use Python's lambda just fine. Curry if you want more complex stuff

THE FORCED INDENTATION OF THE FORCED NESTING OF FORCED SINGLE-LINE LAMBDAS, THREAD OVER

Name: Anonymous 2012-01-10 10:28

>>9
fun = lambda args...: expr
=>
def fun(args...): return expr; fun

Why this shit?

Name: Anonymous 2012-01-10 10:29

>>11
Without the ; fun

Name: Anonymous 2012-01-10 10:49

@OP's link: the lack of semicolons is disturbing. Not to mention the indentation method used.

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