summaryrefslogtreecommitdiff
path: root/transfer/TODO
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-03-20 14:46:47 +0000
committerbringert <bringert@cs.chalmers.se>2006-03-20 14:46:47 +0000
commiteacb437f437bc79650708af472b7796c7fd041e5 (patch)
tree44d21f05cf6ea4f6a52c819488a31521ad6d22d7 /transfer/TODO
parentd760ce973896bbfd5e9f62516bb953cfeeabaf1a (diff)
Expermintation woth a collections framework for transfer.
Diffstat (limited to 'transfer/TODO')
-rw-r--r--transfer/TODO24
1 files changed, 20 insertions, 4 deletions
diff --git a/transfer/TODO b/transfer/TODO
index f53ffab18..d3a78d49d 100644
--- a/transfer/TODO
+++ b/transfer/TODO
@@ -20,13 +20,29 @@
* Improve the core language
-* Improve compilation
+* Add primitive types operations to core
+
+- add Char type, with primitive operations:
+ - Enum stuff
+
+- add more primitive operations on strings:
+ - make list an isntance of the collection class for strings
+
+* Add more libraries
+
+- Enum class
-* Add primitive operations to core
+- Bounded class
-- primitive operations on strings:
+- list functions
-- add floating-point numbers with primitive oeprations?
+- a map structure
+
+- collections framework?
+
+- state monad
+
+* Improve compilation
* Implement module system in interpreter