[
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: | brogoff <brogoff@s...> |
| Subject: | Re: Re: [Caml-list] pocengine |
On Fri, 11 Mar 2005, Julien Boulnois wrote: > >I am just curious. Are you using the C implementation of Lua? There is > >also an OCaml of Lua, albeit only for Lua 2.5. I am using it for my own > >projects. > > > >http://www.cminusminus.org/code.html#luaml > > I'm using the very good OCaml implementation, because interaction with lua data is easier and Lua 2.5 is suffisant for our needs. > > Julien Boulnois I also use and like the OCaml Lua implementation. I think there is something to the approach of having a separate simple configuration language. I'd probably have chosen Python, but Lua and Scheme were the ones I wouldn't have to write, and often users don't like Scheme. One petty complaint I have is that I'm not a fan of literate programming, and while it's just a bit of grunt work (same kind of grunt work converting SML to OCaml :) to deliteralize it, I'd appreciate it more if it were just a plain old OCaml source distribution. -- Brian