IncludeOS: a unikernel for C++ applications
IncludeOS: a unikernel for C++ applications
Posted Jul 26, 2017 12:59 UTC (Wed) by mato (guest, #964)In reply to: IncludeOS: a unikernel for C++ applications by nix
Parent article: IncludeOS: a unikernel for C++ applications
That's only partially true. Modern green-field unikernels can provide better implementations of existing features (e.g. MirageOS' type- and memory-safe TCP/IP and TLS stacks). And the implementations will mature with time and use, as does all software.
> and you are essentially taking yourself back to the 1960s, when all OSes were distinct monsters tied to specific preferred languages with unique APIs, and if you wanted to introduce something in a different language you were suddenly writing lots of bridging layers
I'd argue that you'd face the same problem (bridging language "worlds" and competing runtimes) in any conventional application where you use multiple languages in the same *process*.