binast/ecmascript-binary-ast

# Frankie Bagnardi (6 years ago)

I was thinking about sending JS programs as a binary abstract syntax tree, and found this proposal for it: 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.

# Isiah Meadows (6 years ago)

There's been a few threads on it: www.google.com/search?q=binary+ast+site%3Aesdiscuss.org

(Not saying you have to revive a previous thread, though.)

Isiah Meadows me at isiahmeadows.com

Looking for web consulting? Or a new website? Send me an email and we can get started. www.isiahmeadows.com

# Frankie Bagnardi (6 years ago)

Oh it's stage-1, cool. Thanks, I was missing the "site:" in my searches.

# Isiah Meadows (6 years ago)

Yeah, that's a useful search operator (Most decent search engines have that operator, BTW).

Isiah Meadows me at isiahmeadows.com

Looking for web consulting? Or a new website? Send me an email and we can get started. www.isiahmeadows.com