On Nov 19, 2011, at 9:34 AM, Allen Wirfs-Brock wrote: > <meta>In the following I'm going to use syntax from by class operator > strawman: http://wiki.ecmascript.org/doku.php?id=strawman:class_operator > However, the basic idea should be applicable to several of the class > declarations proposal that are drifting about. > > BTW, I'm pretty sure that this isn't the first time the idea has been > suggested.
By Bob Nystrom among others early this year. Most recently here: http://wiki.ecmascript.org/doku.php?id=strawman:minimal_classes Turns out anything we do here is a special form, at least for named classes. So 'constructor' in the harmony:classes proposal still on the wiki (which is not fully in Harmony)is not just a prototype method like any other. Therefore I agree we could use 'new' instead. /be
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

