shithub: MicroHs

ref: 24f6d065a2d65291a2036dbc8231e068ae71de3d
dir: /TODO/

View raw version
* Add strict constructors
* Put on hackage
* Have compile return a Stats record of timing etc
* Special noMatch function with location
* Add overloading
* Implement deriving
* Add forall to the syntax of types so it can be nested
  - Rank-N requires small changes in the type checker
* Add the possibility to save a compiler cache in a file
  - Add SHA checksumming to the C code
  - Use filename as the cache lookup key and SHA for validation
* make an interactive version
  - implement catch (and maybe throw) using setjmp & longjmp
  - make the runtime system catch ^C and stop execution
* use pointer stack during GC instead of recursion.
* add Double primitive type
* implement Data.Integer
* add pretty printing library
* implement import specs