besen icon indicating copy to clipboard operation
besen copied to clipboard

What is the release date for BESEN 2.0?

Open erayhanoglu opened this issue 8 years ago • 1 comments

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

erayhanoglu avatar Jun 28 '16 08:06 erayhanoglu

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.

BeRo1985 avatar Jun 28 '16 19:06 BeRo1985