V8 Release v9.4
v8.dev
V8 Release v9.4
1–10 of 33 posts
Re: V8 Release v9.4
#2Re: V8 Release v9.4
#3Re: V8 Release v9.4
#4I honestly think the newer ECMAScript features with static blocks, private fields are a little strange. I get that some people really want JavaScript to be object-oriented - but I wonder if we wouldn't be better off embracing and building on its functional side.
Re: V8 Release v9.4
#5> V8 v9.4 is filled with all sorts of developer-facing goodies
Instead it just describes a single feature, and then DIY:
> Please use `git log branch-heads/9.3..branch-heads/9.4 include/v8.h` to get a list of the API changes.
Re: V8 Release v9.4
#6I was expecting the blog post to have a bit more of substance after the introductory line: > V8 v9.4 is filled with all sorts of developer-facing goodies Instead it just describes a single feature, and then DIY: > Please use `git log branch-heads/9.3..branch-heads/9.4 include/v8.h` to get a list of the API changes.
Re: V8 Release v9.4
#7I honestly think the newer ECMAScript features with static blocks, private fields are a little strange. I get that some people really want JavaScript to be object-oriented - but I wonder if we wouldn't be better off embracing and building on its functional side.
Re: V8 Release v9.4
#8I was expecting the blog post to have a bit more of substance after the introductory line: > V8 v9.4 is filled with all sorts of developer-facing goodies Instead it just describes a single feature, and then DIY: > Please use `git log branch-heads/9.3..branch-heads/9.4 include/v8.h` to get a list of the API changes.
From the posts in https://v8.dev/blog/tags/release, looks like the use the same opening paragraph every time. They should probably edit it or pick a default that doesn't promise so much :)
Re: V8 Release v9.4
#9I honestly think the newer ECMAScript features with static blocks, private fields are a little strange. I get that some people really want JavaScript to be object-oriented - but I wonder if we wouldn't be better off embracing and building on its functional side.
[1] https://github.com/promises-aplus/promises-spec/issues/94
Re: V8 Release v9.4
#10I honestly think the newer ECMAScript features with static blocks, private fields are a little strange. I get that some people really want JavaScript to be object-oriented - but I wonder if we wouldn't be better off embracing and building on its functional side.
But using static members in a language with module-level constants, functions, etc. just seems incredibly silly to me. And then expanding on that feature with exotic new syntaxes like this feels regressive.