On Sun, 2010-04-04 at 02:13 +0800, Andy Stewart wrote:

> I don't know much about Gobject-introspection, but i don't like use
> Haskell like script to call low-level interface.
> I hope write Gtk+ application with Haskell style, and not use Haskell
> wirte *C Style* code. EventM is good example.
> 
> 
Most of the work would be preserving a more Haskelly API. It's also a
static binding generator, and not using the introspection library for a
runtime automatic binding like what Seed does.

>
> > I'm also thinking it might be good to skip the c2hs layer in this
new
> > tool, avoiding the issues with gtk2hs having to maintain its own old
> > c2hs fork vs. the regular version on Hackage.
> Another problem is, Gobject-introspection support all Gtk+ libraries?
> It's bad if we need change below C code before binding.
> 
> 
GObject-introspection supports whatever libraries where developers have
added the necessary annotations to their code. I think at this point
most things are annotated.

- Matt


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to