Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the release date for BESEN 2.0? #10

Open
erayhanoglu opened this issue Jun 28, 2016 · 1 comment
Open

What is the release date for BESEN 2.0? #10

erayhanoglu opened this issue Jun 28, 2016 · 1 comment

Comments

@erayhanoglu
Copy link

Hello,
This is an exciting project. What is your roadmap and when can will release besen 2.0?

@BeRo1985
Copy link
Owner

It'll be released when it's done, because the ECMAScript 2016 specification is considerably more complex and larger than the older ECMAScript 5.1 specification (where BESEN 1.x is based on).

The ECMAScript 2016 complaint parser and high-level AST-based optimizer of BESEN 2.x are already almost done, but the byte-code code generator including the whole execution virtual machine not yet, and that is also the exactly part, which is considerably more complex than at the older ECMAScript 5.1 specification, because ECMAScript 2016 has now generators (i.e. multiple coroutine-style execution contexts at the same time), symbols, classes, modules (i.e namespace-style constructs), proxies, TypedArrays, WeakMaps, etc.

Therefore BESEN 2.x will be released when it's done, but then it'll be a true major release, with new overall code design, new API, and better performance than with BESEN 1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants