Hacker News new | ask | show | jobs
by gruseom 4882 days ago
Can you imagine a spreadsheet with first-class functions, and possibly other functional features? What would such a thing look like?

Strictly speaking, Excel doesn't have functions at all, let alone first-class, since you can't define a new function using only cells and formulas. You have to go to VBA.

1 comments

Like this: http://xllfunctional.codeplex.com/. Not easy to use at all, but it is possible. Barely.