Kae is a user on cybre.space. You can follow them or interact with them if you have an account anywhere in the fediverse.
Kae @k

hWHAT github.com/jvburnes/node9

Node9 is a hosted 64-bit operating system based on Bell Lab's Inferno OS, but using the Lua scripting language instead of Limbo and the LuaJIT high performance virtual machine instead of the Dis virtual machine. It also uses the libuv I/O library for maximum portability, efficient event processing and thread management.

· Web · 5 · 6

@k yup, i've seen it
interesting concept imho but i don't even use so i haven't tried either

@k maybe i should give it a try regardless...

@grainloom @k

I played with Inferno and Limbo for a couple of months more then 10 years ago.

Limbo was a strange language for my taste back then.

But it had several features that languages like Haskell and Go later made more mainstream.

Something really mind blowing was moving ADT containing file descriptors to a different process/thread.

I vaguely remember that you could move fds through fds over the network (but 10 years are a lot of time...)