Reitter: Answering the question: "How do I develop an app for GNOME?"
Reitter: Answering the question: "How do I develop an app for GNOME?"
Posted Feb 7, 2013 20:57 UTC (Thu) by oldtomas (guest, #72579)In reply to: Reitter: Answering the question: "How do I develop an app for GNOME?" by canatella
Parent article: Reitter: Answering the question: "How do I develop an app for GNOME?"
How's it that people is still using (function (foo) {blah blah}) (42)? Inertia?
Note that I *do* understand the construction, having read SICP, but then I'd take Scheme over Javascript any day).
Posted Feb 8, 2013 4:02 UTC (Fri)
by mathstuf (subscriber, #69389)
[Link]
uzbl.follow = (function () { /* private implementation */ return { /* api object */ }; })();
Reitter: Answering the question: "How do I develop an app for GNOME?"
