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: | Stefan Monnier <monnier@i...> |
| Subject: | Re: Why is ocaml so big? |
>> You need to write your own tailored version of "Pervasives".
> A simple question: is OCaml the right tool for a 64K demo? I don't think so...
Depends on how you define "64KB" (especially, how do you count shared
libraries and interpreters). Compiling with the byte-compiler should
result in reasonably compact code.
Stefan