Created
August 28, 2017 18:27
-
-
Save nullivex/d48a5dcc9e4ee06a800a370e32421364 to your computer and use it in GitHub Desktop.
makeComputersAwesome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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