What is the release date for BESEN 2.0? #10
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/besen#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
This is an exciting project. What is your roadmap and when can will release besen 2.0?
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.