The thing is, programming is programming, you can do almost anything with almost any language.
Writing a complex system-level app in JS is like building a website with C. Is it possible? Yes. Is it a good idea? That's another debate (spoiler: no).
The statement was can't build an os, not a kernel while an os needs a kernel, not everything in the os has to be a kernel to work, just as in user space we use python, C++, C, java, and a ton of languages that underlying end up using 0's and 1's, node os builds it's os user space consuming side with javascript, just as that.
If you don't want to buy the idea it's fine, the project will still exist there and that OS wouldn't be usable without javascript so it fits the statement for me
you can use javascript for windows 10 IoT devices docs.microsoft.com/en-us/windows/i...
not sure how far does it go into embedded software but I think it fits at least a little
Latest comments (19)
But what a great interpreter that one is!
Surely one can theoretically write a JS app that spits out memory-efficient, type-safe code in another language?
The thing is, programming is programming, you can do almost anything with almost any language.
Writing a complex system-level app in JS is like building a website with C. Is it possible? Yes. Is it a good idea? That's another debate (spoiler: no).
I came to see that comment.
I was not disappointed.
In order of increasing performance and decreasing legacy compatibility:
github.com/MikeMcl/bignumber.js
github.com/justmoon/node-bignum
github.com/tc39/proposal-bigint
The statement was
can't build an os, not a kernel while an os needs a kernel, not everything in the os has to be a kernel to work, just as in user space we use python, C++, C, java, and a ton of languages that underlying end up using 0's and 1's, node os builds it's os user space consuming side with javascript, just as that.If you don't want to buy the idea it's fine, the project will still exist there and that OS wouldn't be usable without javascript so it fits the statement for me
yeah, like most OSes do, the rest of the os interaction (user facing stuff) is made with node/javascript
If you had said Kernels, yeah I would have bought it, but the res of the os is prominently
javascriptsorry about that github.com/NodeOS/NodeOS
I'm not sure we have a runtime to write embedded software in javascript, yet.
you can use javascript for windows 10 IoT devices
docs.microsoft.com/en-us/windows/i...
not sure how far does it go into embedded software but I think it fits at least a little