I was thinking about sending JS programs as a binary abstract syntax tree, and found this proposal for it: https://github.com/binast/ecmascript-binary-ast
Couldn't find an es-discuss thread on it. What do you think about it? It seems like it could help to some extent with download times, and help a lot with parse times on mobile devices. It'd even help with electron apps such as atom, which value startup time, and node.js CLI programs which should also start up quickly.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

