Hacker News new | ask | show | jobs
by edwintorok 3659 days ago
What languages do you support for unikernel? Is it just Go, or do you plan to support others in the future (e.g. OCaml for MirageOS)
1 comments

So this is kind of a two part question:

1) What languages right now - Go, php, javascript, ruby through the rumpkernel project - rumpkernel.org.

2) We are implementing support to support user supplied images which will let you run mostly anything in the very near future. We plan to be completely agnostic.

Not from deferpanic, but there's also rumprun for rust: https://gandro.github.io/2015/09/27/rust-on-rumprun/ (it's even easier these days - integrated into cargo target)