2020-02-07¶
watched this brilliant video again omg... watching joe armstrongs brilliant video again
rosetta is condensing languages http://www.rosettacode.org/wiki/Rosetta_Code
1 2 3 4 5 6 7 | # linux philosophy do-one-thing-and-do-it-well = array.of.unified.functions{} # condense all the languages into one good one? for language in languages.functions do betterfunction = for cleanfunction f in languages.functions.translated() | append-function-to do-one-thing-and-do-it-well done |