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: | -- (:) |
| From: | Florent Monnier <monnier.florent@g...> |
| Subject: | Re: [Caml-list] adding a scripting language to an ocaml program |
Le dimanche 4 juillet 2010 21:54:31, Goswin von Brederlow a écrit : > Martin DeMello <martindemello@gmail.com> writes: > > 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 > > Yes. In bytecode you can run an ocaml toplevel and use ocaml as > scripting lanugage. Or you can implement a scheme interpreter quite > easily in ocaml. It is a verry simple language. there is schoca: http://community.schemewiki.org/?Schoca http://sourceforge.net/projects/chesslib/ I don't know if it's worth, I only know its name -- cheers