[Haskell-cafe] Speculation, OT: Program a Spreadsheet

J. Garrett Morris jgbm at acm.org
Sun Nov 19 18:31:28 UTC 2017


On Sun, Nov 19, 2017 at 9:41 AM, trent shipley <trent.shipley at gmail.com> wrote:
> ==================================
> A new sheet
> ==================================
>
> myFunction (it has the "function sheet" property)
> ----------------------------
>   |  A                 | B |
> ----------------------------
> 1 | =PARAMETER(double) |   |
> ----------------------------
> 2 | = A1 * A1          |   |
> ----------------------------
> 3 | =RETURN(A2)        |   |
> ----------------------------

You might find Simon PJ's classic paper on Excel as a functional
language relevant:

https://www.microsoft.com/en-us/research/publication/a-user-centred-approach-to-functions-in-excel/

 /g


More information about the Haskell-Cafe mailing list