haskell-code-spot/README.md

15 lines
667 B
Markdown
Raw Normal View History

2020-06-08 23:19:00 +03:00
# Haskell Code Spot
2020-06-10 13:01:26 +03:00
Visual tool to spot odd runtime behaviour of Haskell programs.
2020-06-08 23:19:00 +03:00
**Keywords:** *data scientist, GHC eventlog, UI experiments, creative/live coding*
### Learn these for coding
- HTML + CSS + JS
- Svelte *(https://svelte.dev/tutorial/basics)*
- D3.js *(https://www.youtube.com/watch?v=_8V5o2UHG0E)*
- CodeMirror *(https://codemirror.net/doc/manual.html#api)*
- Scotty *(https://hackage.haskell.org/package/scotty)*
- GHC RTS design *(https://takenobu-hs.github.io/downloads/haskell_ghc_illustrated.pdf)*
- GHC eventlog *(https://hackage.haskell.org/package/ghc-events)*
- GHC HIE files *(https://www.haskell.org/ghc/blog/20190626-HIEFiles.html)*