Problems with classical spreadsheets: Difference between revisions
Jump to navigation
Jump to search
some bullet points for now |
mNo edit summary |
||
| Line 12: | Line 12: | ||
{{Wikitodo|Still a lot missing here.}} | {{Wikitodo|Still a lot missing here.}} | ||
== Related == | |||
* [[Problems with classical graphical programming]] | |||
Revision as of 09:08, 26 September 2021
- Cells can't contain "function as values" – no support for higher order functions
- No lambda expressions (changed with newest version of MS Excel it seems)
- Recursion from circular dependencies conflated to the same layer of cells
- ...
- Anonymous/unnamed cell-name-variables as default
- limitation to (multiple) semi pseudo-infinite 2D grids
- limitation to total orders
(wiki-TODO: Still a lot missing here.)