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

Sexp Code is Better

Name: Anonymous 2010-10-11 14:06

We need support for sexp code instead of BBcode here at /prog/...

http://cairnarvon.rotahall.org/misc/sexpcode.html

Name: Anonymous 2010-10-11 16:48

>>7
JS is especially bumpy if you come from a Lisp background, because JS code uses plenty of closures but it also uses imperative control structures, which means that 90% of the time the closure is referencing cells that have changed.  (Same reason why closures suck in Python or a few other languages, though they're still better than using STL-style stuff).

This is why we revere Scheme and Haskell: closures should capture values and not references.

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