Browse thread
Compiling pycaml shared library
-
Grant Monroe
- Richard Jones
-
Vsevolod Fedorov
- Grant Monroe
[
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: | 2006-02-06 (18:10) |
From: | Grant Monroe <grant@j...> |
Subject: | Re: [Caml-list] Compiling pycaml shared library |
Hello Vsevolod, That would be great. It appears that the pycaml project is no longer being maintained so py2caml might just fill the void. Grant Monroe JanRain, Inc. On 2/6/06, Vsevolod Fedorov <sevaAtWork@mail.ru> wrote: > Hello! > > > I'm trying to figure out how to compile a simple shared library (.so) > > using pycaml that I can load from the python interpreter. I have a > > single .ml file who's contents are as follows: > > I also had to to this task. So I wrote my own library, like py2caml (named > py2caml) - just > to write python extentions on ocaml (without C code). > Unlike pycaml, it can handle multi-threaded apps, safe for user errors in > python or caml code etc. > > If you interested I can upload the library to sourceforge, and/or answer > your questions. > > Seva > > > >