Skip to content

Instantly share code, notes, and snippets.

@nullivex
Created August 28, 2017 18:27
Show Gist options
  • Save nullivex/d48a5dcc9e4ee06a800a370e32421364 to your computer and use it in GitHub Desktop.
Save nullivex/d48a5dcc9e4ee06a800a370e32421364 to your computer and use it in GitHub Desktop.
makeComputersAwesome
var makeComputersAwesome = function(){
return buildC()
.then(function(){
return P.all([
buildCPlusPlus(),
buildECMALang(),
buildErlang()
])
})
.then(function(){
return P.all([
startOracle(),
buildJava(),
buildPHP()
])
})
.then(function(){
return P.all([
orcale.buyJava(),
php.crawlIntoHole(),
google.createV8(),
github.start()
])
})
.then(function(){
return nodejs.start()
.then(function(){
return npm.start()
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment