Y
Hacker News
new
|
ask
|
show
|
jobs
by
rjsw
3659 days ago
There is nothing stopping people from creating a unikernel for a dynamic language that also includes the development tools.
A Lisp Machine on Xen would be one model.
2 comments
moosingin3space
3659 days ago
I feel like Erlang-based unikernels are an extremely compelling alternative to traditional UNIX deployments. Immutable systems with safe hot swap and excellent debugging tools like `observer` and `debugger`.
link
reycharles
3659 days ago
http://erlangonxen.org/
link
derefr
3659 days ago
Erlang on Xen is already that way. You can use the full Erlang profiling/tracing/debugging/observing toolkit on an EoX node.
link