Standard Prelude (was: for own(...) loop (spin-off from Re: for..in, hasOwnProperty(), and inheritance))
# David Herman (13 years ago)
Let's answer this once we have the module-ized version of the standard library. Which I've been promising for far too long (mea culpa). Will get started on this tonight.
On Nov 8, 2011, at 8:39 PM, David Herman wrote:
I'm with you -- for-of is the new for-in, let is the new var.
So, what is imported as part of the standard prelude when one opts into ES.next?
module Name from "@name"; import {iterator, keys, values, items} from "@iter";
?