[
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: | Sven LUTHER <luther@d...> |
| Subject: | Re: libplot for OCaml? |
On Sat, Nov 25, 2000 at 11:42:56AM +0100, Markus Mottl wrote: > Hello, > > has anybody already considered implementing an interface to the > libplot-library? > > http://www.gnu.org/software/plotutils > > It is very portable, knows many target "plotters" (from X-windows to > various image formats), has lots of functionality and is thread-safe > (i.e. you can have several independent "plotters" at once). > > ADA, Python and Perl already have interfaces so it may already be > considered as a kind of standard in this field. > > I don't have time to do it right now, but if anybody wants to give it a > try, I could imagine helping a bit. It doesn't look terribly difficult > and may be a good exercise to try out camlidl... Also notice, ... I have been working on c2caml, which should become an automatic or semi-automatic bindings generator from a C header file. I have not really had time to work on it anymore, so the current status is that it correctly parses C headers (even some of the GNU extension, it correctly parses all of the gtk+ headers), but doesn't generate anything yet. I had a TER student working on it last year, but it didn't go as far as i hoped, and i proposed it again this year. If anybody is interrested in working on it, i could try to setup a public cvs repository of it, or even have it hosted at sourceforge ? Friendly, Sven Luther