Discussion:
Google Closure includes MochiKit
Fredrik
2009-11-05 23:54:32 UTC
Permalink
Hi,

Google recently announced their core javascript library - Closure.
http://code.google.com/closure/library/

When browsing the code I noticed it uses parts of MochiKit:
http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/dom/dom.js
http://code.google.com/p/closure-library/source/browse/#svn/trunk/third_party/closure/goog/mochikit/async
There's also very similar bind, partial, array utils, an iter module
etc.

Overall the style is similar, i.e functional, Python.
Apparently they've got good taste in Mountain View :)

Regards
// Fredrik Blomqvist
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com
To unsubscribe from this group, send email to mochikit+***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Loading...