diff options
Diffstat (limited to 'transfer/TODO')
| -rw-r--r-- | transfer/TODO | 24 |
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 |
