package nl.grons.whyfp
/**
A translation of Miranda examples in the paper
Why Functional Programming Matters
by John Hughes, 1984.
@author Erik van Oosten
*/
object WhyFp_Abstract {
/*
Scala is in the focus of attention because it allows a smooth migration from one
of the most popular programming languages ever to a language that supports
(among other things) a functional style
↧