Re: New UFFI version (0.2.10) available
Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> 20 Mar 2002 11:01:32 +0100
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Message-ID | <[email protected]> |
Kevin Rosenberg wrote on Tue, 19 Mar 2002 09:50:02 -0700 (MST): > > http://uffi.med-info.com/manual/x91.htm#AEN99 > > Basically, I'm choosing implementation-specific optimizations at the > expense of programmer convenience. Let me know if you agree or > disagree with this choice. Agreed, but that's mainly because I'm using UFFI for packet-capture and drawing graphics which can be pretty intensive :) Maybe at a later date, once the current interface is pretty stable, a somewhat more convenient interface can be added. When using an FFI one is in C-land anyway and I think it is the responsibility of an author using that FFI to provide a convenient interface to the users of his package. regards, Erik.