Problems with classical spreadsheets: Difference between revisions

From apm
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
Up: '''[[Software trouble pages]]'''


* Cells can't contain "function as values" – no support for higher order functions
* Cells can't contain "function as values" – no support for higher order functions
Line 16: Line 17:


* [[Problems with classical graphical programming]]
* [[Problems with classical graphical programming]]
[[Category:Programming]]
[[Category:Software]]

Latest revision as of 10:41, 5 May 2024

This article is a stub. It needs to be expanded.

Up: Software trouble pages

  • 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.)

Related