Browse thread
MinCaml: an educational compiler for tiny ML subset (documented in Japanese)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Eijiro Sumii <eijiro_sumii@a...> |
| Subject: | Re: [Caml-list] MinCaml English Documentation |
From: David MENTRE <dmentre@linux-france.org> > I noticed that the different english comment are available as different > pages (1->N). > > http://min-caml.sourceforge.net/tutorial-mincaml-1.eng.htm > > Do you have all of them in the same file ? (otherwise I'll just play > with wget :) Please use recursive wget for the moment. Something like wget --timestamping --quota=100m --no-parent --recursive --convert-links --level 0 http://min-caml.sourceforge.net/ will mirror the whole site (which is less than 2MB in total). I've created these pages by "sanitizing" Word-generated HTML with DreamWeaver, and it's too much pain to manage many versions of the same document. Sorry...! > I would also like to have a GC in addition of data types and pattern > matching. > > Depending on wether you want to teach GC or just use it, either we could > write one or use OCaml's one. OK, I'll try to include data types, pattern matching, and some GC in the next major release. (It may take a little time, though, since I'm getting rather overloaded this month...:-) Eijiro