Browse thread
Re: Porting caml (and coq) to HP/UX.
- Francis Dupont
[
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: | Francis Dupont <dupont@g...> |
| Subject: | Re: Porting caml (and coq) to HP/UX. |
[ Note du mode'rateur : In his last message Emmanuel Chailloux wrote: ] => Sorry but it is not possible to port an interactive version of CAML (the full one) on Snake architecture because there is no Le_Lisp runtime producing directly runnable code for this architecture. You have three choices : - port the Le_Lisp runtime (*not* easy, very expensive and nobody wants to do that...) on Snake architecture or develop a byte-code version (no so stupid !) - use only non-interactive (i.e. batch...) version of CAML, throwing away the toplevel loop - use Caml-Light who has a byte-code interpreter (note: there is no really usable byte-coded version of the Le_Lisp runtime) Francis.Dupont@inria.fr PS : you have or will have the same problem for all the new RISC architectures (DEC Alpha, MIPS R4000, Intel Pentium, ...)