Re: modules, @std, selectively hiding/renaming imports

2011-11-25 Thread Claus Reinke
From the early drafts of a standard library http://wiki.ecmascript.org/doku.php?id=harmony:modules_standard it appears we are headed for an import name clash between Object.keys and @iter.keys - they cannot both be available as plain keys. Object is not a module, so there's no clash. Lots of

Re: Alternative syntax for |

2011-11-25 Thread Claus Reinke
Recently Claus Reinke proposed some alternative that I think feels is so much more natural and simpler than | or beget: .. .. re-interpretation deleted .. Ahem;-) Glad to see my proposal noticed, but what I really suggested, in motivating | as structure representation, not operator