shithub: MicroHs

Download patch

ref: 9135379f4acd9e359c59f55bcfc489dcb0f4b8a7
parent: 6251ebaf34b0e9bed2d4a9a29854c362beab75e7
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Dec 27 16:06:10 EST 2023

Update TODO

--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
 * Have compile return a Stats record of timing etc
 * Implement deriving
+  - started, Typeable so far
 * make the runtime system catch ^C and stop execution
 * use pointer stack during GC instead of recursion.
   - Somewhat improved now
@@ -36,6 +37,7 @@
 * Removing [] from prim table
 * Faster compression
 * Unicode, i.e., UTF-8 IO
+  - use BFILE for file I/O
 * Use pointer reversal, might be slower
   - In GC mark pass
   - In evaluator
--