Interesting rant about Scala's issues

Ben Boeckel mathstuf at gmail.com
Thu Apr 3 19:01:45 PDT 2014


On Thu, Apr 03, 2014 at 18:51:56 -0700, Walter Bright wrote:
> Since in D you can detect if a function is pure, and specialize
> accordingly, it is not necessary to require that the filter function
> be pure.

Is there a built-in compose operator or function (Haskell's (.)
operator)? How would you copy the common attributes of the composed
functions to the new function (if not builtin)?

--Ben


More information about the Digitalmars-d-announce mailing list