Re: Arrays and general function representation

1999-11-17 Thread Rob Turner
In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: > >In any case, I think it is high time that we free ourselves of an >imperative view of arrays and functions, and the differences between >the two. > You are right that too much of an imperative view *is* taken of functional programming. M

Re: Arrays and general function representation

1992-09-04 Thread Ken Sailor
> From: Paul Otto <[EMAIL PROTECTED]> >>And finally, it makes sense to have separate syntax for arrays >>and general functions, because different behavior is expected >>for the two. > That argument would suggest that you should use a different > syntax for each different implem

Re: Arrays and general function representation

1992-09-04 Thread Paul Otto
date: Thu, 3 Sep 92 15:58:43 CST from: [EMAIL PROTECTED] (Ken Sailor) >Arrays and general functions are isomorphic, certainly in theory. >In practice, however, they are different and the differences >are significant. >And finally, it makes sense to have separate syntax

Re: Arrays and general function representation

1992-09-03 Thread Ken Sailor
My humble opinion about arrays and general functions... Arrays and general functions are isomorphic, certainly in theory. In practice, however, they are different and the differences are significant. In general, although the set theoretic definition of a function is a set of ordered pairs, it is

Re: Arrays and general function representation

1992-09-03 Thread Ken Sailor
My humble opinion about arrays and general functions... Arrays and general functions are isomorphic, certainly in theory. In practice, however, they are different and the differences are significant. In general, although the set theoretic definition of a function is a set of ordered pairs, it is

Re: Arrays and general function representation

1992-08-26 Thread Rex Page
I like David Barton's idea of distinguishing between the array representation of functions and the more familiar computational representation at the declaration level but not at the reference level. With this appraoch references to arrays and references to functions would look the same in express