What happened to VM based deployments?
Posted
by
user128670
on Programmers
See other posts from Programmers
or by user128670
Published on 2014-04-30T17:57:21Z
Indexed on
2014/05/31
3:53 UTC
Read the original article
Hit count: 451
Watched some MountainWest RubyConf 2014 talks and noticed an interesting theme. Many dynamic programming environments back in the old days used to be self-contained VM images, e.g. SmallTalk, GemStone/S.
One could checkpoint, modify, and ship these images wholesale and have it up and running with very little effort. Fast forward to now and I'm still using Make files to configure and install binaries. What happened?
© Programmers or respective owner