What does HackerNews think of ijavascript?

IJavascript is a javascript kernel for the Jupyter notebook

Language: JavaScript

No need to wait, there is a Javascript kernel for Jupyter Notebook:

https://github.com/n-riesco/ijavascript

I used this for interactive debugging AWS API calls using the AWS Javascript SDK. It worked great!

There's a jupyter kernel for node, several of them actually. https://github.com/jupyter/jupyter/wiki/Jupyter-kernels This is probably the one you want to check out: https://github.com/n-riesco/ijavascript There's one built specifically for typescript evaluation too.
I haven't tried it myself, but there is a Javascript kernel for jupyter[1]. In fact, there is a huge number of kernels for jupyter now[2].

[1] https://github.com/n-riesco/ijavascript

[2] https://github.com/jupyter/jupyter/wiki/Jupyter-kernels

I like how the first comment at the end of the page asks:

> It’s like JupyterHub, but for people who only know javascript?

That also was my feeling. And since Jupyter is language agnostic, why not just run a JavaScript kernel, such as https://github.com/n-riesco/ijavascript . It looks somehow as if Iodide is exactly that.