Browse thread
adding a scripting language to an ocaml program
[
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-07-03 (18:52) |
From: | Lukasz Stafiniak <lukstafi@g...> |
Subject: | Re: [Caml-list] adding a scripting language to an ocaml program |
By the way, there was once a project to rewrite Emacs in OCaml and use OCaml instead of ELisp as its scripting language, but I can't even google it now... On Sat, Jul 3, 2010 at 8:34 PM, Martin DeMello <martindemello@gmail.com> wrote: > Has much work been done on adding a scripting language to an OCaml > program? I googled about a bit, but no one seems to be even talking > about this - for example, if I wanted to do something emacslike with a > core in OCaml and (ideally) some sort of scheme as a scripting engine > in place of elisp, would that be easily doable? > > martin