Ken Okabe

Results 66 comments of Ken Okabe

I'm a beginner user of IJavascript, and thanks for the great implementation of the node kernel for Jupyter notebook. Here's my thought using JupyterNotebook+IJavascript. In general sense of software design,...

@n-riesco Thanks for the response. Yes, so far, I hack for a small patch to replace strings for `const ` to `var` in NEL execution code. This is ok, since...

For >SyntaxError: Identifier '*' has already been declared issue, I think this is due to using ES6 `const` instead of the lagacy `var`, at least for my situation. So, what...

I must comment this issue which a code with `const` declaration generates >SyntaxError: Identifier '*' has already been declared on / from the second time evaluations should be flagged as...

@lozandier Unfortunately not. He announced he will never corporate with the current Hack proposal and ignore it. https://github.com/tc39/proposal-pipeline-operator/issues/228#issuecomment-925465598

@ljharb >I don't see it as performance being more important (i often claim that performance is the least important consideration) I agree, in fact, I was very surprised to see...

Related topic: **Inconsistency of Type of the operator #227** Fundamentally this is the math issue, with F# pipe, the problem will not occur.

@js-choi First of all, thank you for opening the issue of this aspect and I also appreciate your hard work (must be, I guess) for [Brief history of the JavaScript...

>Introducing a context variable is not a "side effect." I disagree   >A side effect is a modification outside the local environment. Only half correct. >With hack style, you can easily...

@kawazoe Thanks, I should have quote more: https://github.com/tc39/proposal-pipeline-operator/issues/202#issuecomment-922070966 >F# style doesn't prevent this, it at least discourage it by taxing it heavily when compared to calling an FP friendly function:...