On May 2, 3:55=A0am, "Steven M. Haflich" <s...@[EMAIL PROTECTED]
> wrote:
> Kent M Pitman wrote:
> > Didier Verna <did...@[EMAIL PROTECTED]
> writes:
>
> >> Kent M Pitman <pit...@[EMAIL PROTECTED]
> wrote:
>
> >>> Is a higher order question:
> >>> a) a question that can take as a parameter another question
> >>> b) a question that returns a question
> >>> c) both?
> >>> 2. In practice, are questions that return questions used frequently?
> >> =A0 I believe the most important aspect of higher order questions is
> >> lambda-questions: anonymous questions that stand for themselves...
>
> > Perhaps these are related to the famous "why?" operators I've heard so
> > much about.
>
> Since functions are first-class objects, are there operators that
> can raise or lower the order of a function? =A0If so, do those functions
> return the _same_ (as in eq) function, or a new derivative of the
> function?
>
> Disfunctional minds want to know!
What would mean to raise the order of a function?
We have only stadard function and higher order function.
In j you usually play with rank of a function, that returns a new
function , or you can curry uncarry them,
but in order to make an ordinary function into a higher order one I
really don't have a clue.
Could anybody explain this?
Slobodan


|