What is the release date for BESEN 2.0? #10

Open
opened 2016-06-28 08:58:06 +00:00 by erayhanoglu · 1 comment
erayhanoglu commented 2016-06-28 08:58:06 +00:00 (Migrated from github.com)

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

Hello, This is an exciting project. What is your roadmap and when can will release besen 2.0?
BeRo1985 commented 2016-06-28 19:52:58 +00:00 (Migrated from github.com)

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.

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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BeRo1985/besen#10
No description provided.