Visual tool to spot odd runtime behaviour of Haskell programs.
Go to file
2020-06-12 17:20:47 +01:00
client Gitignore 2020-06-12 17:13:53 +01:00
data Add sample eventlog. 2020-06-12 17:55:41 +02:00
server Filter events. 2020-06-12 16:29:12 +02:00
.gitignore Gitignore 2020-06-12 17:13:53 +01:00
desgin-notes simple trashy proof of concept 2020-06-11 16:54:40 +02:00
README.md Add to quick start 2020-06-12 17:20:47 +01:00

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