Browse thread
Why is ocaml so big?
[
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: | Lukasz Stafiniak <lukstafi@g...> |
| Subject: | Re: [Caml-list] Why is ocaml so big? |
On Jan 13, 2008 10:24 AM, Dominique Martinet <asmadeus77@gmail.com> wrote: > > Well, all the ways I know to output strings or whatever use Pervasive, > so I can't help you to replace it (I think even stdout is defined in > Pervasive~), but if you only want to get a small executable (let's say > you don't mind to return the int 42, instead of printing it), this > could help. > You need to write your own tailored version of "Pervasives".