|
|
|
|
|
by div0
3805 days ago
|
|
OCaml is a fine language that most people don't use. If I want a unikernel in my own language, do I need to build one myself? I wonder if someone is building a unikernel that have external language bindings, which will allow one to create "High-level" unikernels. This will open up the possibility to completely bypass the installation of language runtime. For example, I can just type some Python code into a browser editor, the backend can take the source code and fork a Python unikernel to run the code. Docker can currently do this but one still has to rely an underly OS to manage all the packages etc.
Wouldn't it be nice if you could simple write "import xyz", and the unikernel takes care of fetching them automatically? |
|
https://github.com/rumpkernel/rumprun-packages/tree/master/p...