JavaScript right on the hardware
technical.io
JavaScript right on the hardware
1–10 of 320 posts
Re: JavaScript right on the hardware
#2Re: JavaScript right on the hardware
#3Nifty! I presume this is running on a Linux kernel? How much memory does node use? I would think that kernel + JS VM would chew up quite a bit of your 32 MB of RAM.
Re: JavaScript right on the hardware
#4Re: JavaScript right on the hardware
#5From the title I expected the CPU to actually run JavaScript, like a certain decades old computer (of which name I can't recall).
Re: JavaScript right on the hardware
#6Re: JavaScript right on the hardware
#7Re: JavaScript right on the hardware
#8Re: JavaScript right on the hardware
#9Forgive me for not being hip but why try so hard to put JS in new places? It seems to be just an unfortunate historical accident that JS is one of the most popular languages in the world - does anyone actually like it compared to other modern scripting languages? Could we invest in CoffeeScript instead, at the very least?
Re: JavaScript right on the hardware
#10Forgive me for not being hip but why try so hard to put JS in new places? It seems to be just an unfortunate historical accident that JS is one of the most popular languages in the world - does anyone actually like it compared to other modern scripting languages? Could we invest in CoffeeScript instead, at the very least?
In my day job, we write mostly Coffee - which is little more than a preprocessor to JS, IMHO. It's definitely nice to have, but I don't consider it an independent language unto itself. If you know JS well, it shouldn't take more than a day to get up to speed with CS.