Reitter: Answering the question: "How do I develop an app for GNOME?"
Posted Feb 6, 2013 0:24 UTC (Wed) by
HelloWorld (guest, #56129)
In reply to:
Reitter: Answering the question: "How do I develop an app for GNOME?" by oldtomas
Parent article:
Reitter: Answering the question: "How do I develop an app for GNOME?"
You can actually emulate let in JavaScript.
(let ((foo bar)) baz)
would translate to
(function(foo) { return baz; })(bar)
Well, that's probably the kind of construct you'd call "interesting".
(
Log in to post comments)