Re: getting to know the FFI ...

2020-11-22 Thread Matt Wette
On 11/19/20 7:02 PM, Tim Meehan wrote: I figured that I would try and do something simple-ish to see how well I understood the FFI. I found this GTK tutorial, written in Chez Scheme: https://github.com/jhidding/lyonesse/blob/master/gtk-tutorial/window.scm I just tried to replace the Chez FFI c

Re: getting to know the FFI ...

2020-11-21 Thread randomlooser
Il giorno gio, 19/11/2020 alle 21.02 -0600, Tim Meehan ha scritto: > I figured that I would try and do something simple-ish to see how > well I > understood the FFI. I found this GTK tutorial, written in Chez > Scheme: > https://github.com/jhidding/lyonesse/blob/master/gtk-tutorial/window.scm > I j

getting to know the FFI ...

2020-11-19 Thread Tim Meehan
I figured that I would try and do something simple-ish to see how well I understood the FFI. I found this GTK tutorial, written in Chez Scheme: https://github.com/jhidding/lyonesse/blob/master/gtk-tutorial/window.scm I just tried to replace the Chez FFI calls with Guile FFI calls. I'm not sure how