Re: [racket] [ANN] IUP Bindings

2010-09-29 Thread Thomas Chust
2010/9/30 Jon Rafkind : > Does IUP use MVC (model-view-control) ? It didn't look like it from their > API overview. > [...] Hello, it doesn't, which may be somewhat less clean but makes the API a lot easier to bind and somewhat easier to use for simple cases ;-) I just don't know that many cross

Re: [racket] [ANN] IUP Bindings

2010-09-29 Thread Jon Rafkind
Does IUP use MVC (model-view-control) ? It didn't look like it from their API overview. On 09/29/2010 03:32 PM, Thomas Chust wrote: Hello, in case anybody else finds this useful: I have created fairly full-featured bindings for the IUP graphical user interface library [1] that work identicall

[racket] [ANN] IUP Bindings

2010-09-29 Thread Thomas Chust
Hello, in case anybody else finds this useful: I have created fairly full-featured bindings for the IUP graphical user interface library [1] that work identically (to the maximum possible extent) under the Racket [2] and CHICKEN [3] Scheme systems. You can find the documentation and the version c