[
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: | 2010-11-19 (18:09) |
From: | David MENTRE <dmentre@l...> |
Subject: | Re: [Caml-list] Native toplevel? (was: OCamlJit 2.0) |
Hello, 2010/11/18 Ashish Agarwal <agarwal1975@gmail.com>: > Rapid prototyping for me often involves a couple of lines of code that read > in a very large file and do something with it. I have to keep compiling > these small programs to native code because the performance of the toplevel > is too slow. Then, I have to recompile and re-read the whole file for every > little additional thing I want to compute. A high-performance toplevel would > help in this kind of work. Or use ocamlscript: http://martin.jambon.free.fr/ocamlscript.html Sincerely yours, david