public
Description: Fork of OCaml compiler
Homepage: http://caml.inria.fr/ocaml/index.en.html
Clone URL: git://github.com/thelema/ocaml-community.git
ocaml-community / TODO.community
100644 30 lines (15 sloc) 0.472 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
* Ropes for strings + buffers (unicode)
 
** regexes and rich string library over ropes (PCRE?)
 
** Immutable strings
 
* Calendar library (TAI?)
 
* Lazy lists
 
* Unit testing
 
* libbenchmark (currently only Sys.time_f)
 
* DBI? postgres?
 
* Everything from Extlib, Annexlib, missinglib, xstr
 
* merge fileutils into stdlib
 
 
Difficult / wishlist
--------------
* auto-include any types from a .mli file into the corresponding .ml
   file
 
* Standard set of CamlP4 macros