|
|
|
|
|
by ww520
4830 days ago
|
|
That's kind of false advertisement. Excel (or spreadsheet in general) is great and easy to use because of declarative programming, not because of functional programming. The functional programming aspect of it is minimal. No variables, no state, and no side-effects are mainly attribute of declarative programming. The most important aspect of being functional, high order function, is completely missing. |
|
One FP attribute that spreadsheets do have is referential transparency: the same inputs given to the same formula will always produce the same result.