[
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: | 1999-10-13 (06:58) |
From: | Damien Doligez <Damien.Doligez@i...> |
Subject: | Re: Stdlib regularity |
>From: =?iso-8859-1?Q?Mat=EDas?= Giovannini <matias@k-bell.com> >There is no way to pre-load a prelude file in the interpreter without >relinking a custom runtime, is it? If you mean the toplevel system, there is, and it's in the manual: (from <http://caml.inria.fr/ocaml/htmlman/node9.html>) >On start-up (before the first phrase is read), if the file .ocamlinit >exists in the current directory, its contents are read as a sequence >of Objective Caml phrases and executed as per the #use directive >described in section 9.2. The evaluation outcode for each phrase are >not displayed. -- Damien