4 ms·
While it's far from the same, I see a lot of similarities with modern web browsers (and part of why I love to play with them): - Instant-on - You hit F12 and i
by tetrep 3y ago
While it's far from the same, I see a lot of similarities with modern web browsers (and part of why I love to play with them):
- Instant-on - You hit F12 and in less than a second you've got an IDE with a REPL
- Integrated assembler - While I don't think you can inline it, WASM is really easily used: https://developer.mozilla.org/en-US/docs/WebAssembly/Loading_and_running https://developer.mozilla.org/en-US/docs/WebAssembly/Loading...
- Great documentation: https://developer.mozilla.org/en-US/ https://developer.mozilla.org/en-US/
- Way too much access to hardware: I wish browsers had less access to hardware due to privacy and security, and I don't know how low level the APIs get, but it's something you can play around with as a random person with a web browser, so that's neat.