haskell-code-spot/README.md
2020-06-12 17:53:49 +01:00

1.1 KiB

Haskell Code Spot

Visual tool to spot odd runtime behaviour of Haskell programs.
Keywords: data scientist, GHC eventlog, UI experiments, creative/live coding

Learn these for coding

Quick Start Guide

In one terminal:

$ cd server && stack build && stack exec code-spot-server

In another terminal:

$ cd src && npm install && npm run dev

Now open http://localhost:5000/ in your browser!

You will see a visualisation of data/grin.eventlog (change in client/src/App.svelte).