digitalmars.D - Optimizing Scala
- bearophile (6/6) Jul 13 2009 Instead of following the suggestions that Andrei has given me three or f...
Instead of following the suggestions that Andrei has given me three or four times (to not pass delegates/function to higher-order functions, but use aliases), Scala designers have chosen to create a smarter compiler: http://infoscience.epfl.ch/record/128135/files/paper.pdf Scala offers lot of stuff to copy from, at syntax level, programming paradigm level, type system level and code optimization level too. Bye, bearophile
Jul 13 2009