alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
hmans has joined #ponylang
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
<dave24>
So, how portable is the pony runtime at the moment?
<dave24>
I'm wondering how feasible a pony unikernel would be
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<dave24>
I'm guessing there is more to it than an asio and threads implementation.
PrsPrsBK has quit [Quit: PrsPrsBK]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
inoas has quit [Ping timeout: 256 seconds]
inoas has joined #ponylang
inoas has quit [Quit: inoas]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
PrsPrsBK has joined #ponylang
ExtraCrispy has joined #ponylang
alxs has joined #ponylang
ExtraCrispy has quit [Ping timeout: 240 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<SeanTAllen>
you might need to remove the asio, threads and libc requirements.
<SeanTAllen>
depends on what your unikernel environment provides.
<SeanTAllen>
there's some pretty deep runtime work going on at the moment that should see the light of day within a few months, so be aware dave24 that a lot could change out from underneath you.
<dave24>
SeanTAllen: Thanks for the heads up, I'll think about this again in a few months then.