News

tdammers answers (112 votes): Recursion is not intrinsically better or worse than loops—each has advantages and disadvantages, and those even depend on the programming language (and implementation).
Strange Loop talks have introduced me to some of the most interesting new programming languages in the industry. Languages like Idris and Elm, for instance, were introduced respectively by their ...