this post was submitted on 25 Jun 2024
255 points (93.5% liked)
Programmer Humor
19551 readers
980 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Don't tempt fate. There are already two kernels written in javascript
Why would God allow this to happen?
To punish us for the sin that is inventing JavaScript.
Why do you think God stays in heaven, in fear of what He created?
For the benefit of any of Today's 10,000 I just want to point out that this is a reference to a quote from a movie.
The same movie stars Danny Trejo as Machete.
This movie is Spy Kids 2.
Haven't seen that referenced in a hot minute lol
Relevant xkcd: https://xkcd.com/1053
God is dead
We killed Him
How? You'd need to compile it down to machine code somehow, for the processor to have any clue how to run it. And you'd need some custom library with custom compile instructions, to be able to control memory allocations, memory addresses etc..
I did a quick search and found two operating systems written in JS, both of which cop out when it comes to the kernel. Did you maybe mix it up with those?
There's almost always at least a little ASM sprinkled into any kernel, so that's not a big deal.
OTOH, there is the factor of "you know how Chrome takes up 2GB per tab? What if that was a whole OS?"
Maybe I did, I haven't looked any of them carefully