Browse thread
What does Jane Street use/want for an IDE? What about you?
[
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: | 2008-11-05 (08:53) |
From: | Paolo Donadeo <p.donadeo@g...> |
Subject: | Re: [Caml-list] What does Jane Street use/want for an IDE? What about you? |
> No, you just invoke the existing Python bindings. OCaml doesn't have to > implement anything except bindings to Python, which are already done. >From this sentence I deduce you don't know *how* the PyQt binding is generated. It's not a trivial task and the binding layer adds it's own bugs and glitches, of course. PyQt doesn't interact well with the Python garbage collector [1] and sometimes you have segfaults *VERY* hard to be debugged. [1] I mean: everything works perfectly 99% of times, but problems still persist. -- Paolo ~ ~ :wq