Re: Example of expression bias?
From: Bruno Desthuilliers <bdesth.quelquechose_at_free.quelquepart.fr>
Date: Wed, 05 Jul 2006 00:20:24 +0200
Message-ID: <44aae883$0$30040$626a54ce_at_news.free.fr>
>
>
> Where can I inform myself on this notion of higher-order functions ?
Date: Wed, 05 Jul 2006 00:20:24 +0200
Message-ID: <44aae883$0$30040$626a54ce_at_news.free.fr>
Erwin a écrit :
>>That leads you away from OOP and into the >>use of higher-order functions
>
>
> Where can I inform myself on this notion of higher-order functions ?
google broken ?-)
A higher-order function is basically a function that either takes a function as argument and/or returns a function (usually a closure in fact). It's one of the basis of functional programing, but is also used in some mostly OO language(s). Received on Wed Jul 05 2006 - 00:20:24 CEST
