FranklinChen / spreadsheet-haskell

Spreadsheet demo in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spreadsheet simulation in Haskell, translated from OCaml

CI

This is an attempt at an idiomatic Haskell translation of a highly imperative dataflow system given in "How to implement a spreadsheet".

Build and run

The Haskell project uses Stack but of course you can just use Cabal.

Run the tests with

$ stack test

Compare different implementations

About

Spreadsheet demo in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%