Hacker News new | ask | show | jobs
by axanoeychron 4401 days ago
This makes me think of TempleOS.

TempleOS [1] 'shell' operates as a programming environment - what you write is compiled and inserted into the same process that the OS is running as. It's a single address space.

[1] http://www.templeos.org/Wb/Accts/TS/Wb2/TempleOS.html

1 comments

Most repl based environments that allow compilation do something like this.