Update README.md

This commit is contained in:
Csaba Hruska 2020-06-08 22:19:00 +02:00 committed by GitHub
parent 97c6dedac4
commit de35aab58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,14 @@
# haskell-code-spot
# Haskell Code Spot
Tool to spot odd runtime behaviour of Haskell programs.
**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)*