1
0
forked from GitHub/gf-core

Expermintation woth a collections framework for transfer.

This commit is contained in:
bringert
2006-03-20 14:46:47 +00:00
parent 7ff1b927e8
commit 9d920e9735
5 changed files with 136 additions and 15 deletions

View File

@@ -20,14 +20,30 @@
* Improve the core language
* 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
- Bounded class
- list functions
- a map structure
- collections framework?
- state monad
* Improve compilation
* Add primitive operations to core
- primitive operations on strings:
- add floating-point numbers with primitive oeprations?
* Implement module system in interpreter
* Add type checker for core