Browse thread
The state of ML: multi-threaded, saved state and support platforms
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] The state of ML: multi-threaded, saved state and support platforms |
Le 12 juin 09 à 02:28, Jon Harrop a écrit : > e.g. the most popular XML library for OCaml is far from standards > compliant and most Don't use the wrong tools. pxp and xmlm follow the standard (xmlm up to exceptions documented here [1]). xmlm is as light as xml-light but is not a toy. If you have been using xml-light this blog post [2] has thirty lines of code to produce xml-light's representation with xmlm. Daniel [1] http://erratique.ch/software/xmlm/doc/Xmlm#inmisc [2] http://blog.rastageeks.org/spip.php?article34