Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There are two opposing philosophical viewpoints here. Some view mathematics as a model for understanding the real world. Some see the real world as instantiation of mathematics.

Is an array a function? From one perspective, the array satisfies the abstract requirements we use to define the word "function." From the other perspective, arrays (contiguous memory) exist and are real things, and functions (programs) exist and are something else.





An array isn't a function -- indexing an array could be a function. But an array is a data structure. An array doesn't satisfy the requirements to be a function -- people are just confusing an array with array indexing.

In the mathematical sense a function is something that maps inputs to outputs. That’s also what an array is.

But this whole thing is uninteresting because it is ultimately just a disagreement about definitions.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: