Re: [racket-dev] try the GRacket2 branch

2010-11-05 Thread Sam Tobin-Hochstadt
On Thu, Oct 28, 2010 at 2:25 AM, Matthew Flatt mfl...@cs.utah.edu wrote: The git repository now includes a gr2 branch for the new implementation of `racket/gui', which we've been informally calling GRacket2. What are the plans for merging between the master and gr2 branches? Right now, I can

Re: [racket-dev] try the GRacket2 branch

2010-11-05 Thread Matthew Flatt
At Fri, 5 Nov 2010 12:21:25 -0400, Sam Tobin-Hochstadt wrote: On Thu, Oct 28, 2010 at 2:25 AM, Matthew Flatt mfl...@cs.utah.edu wrote: The git repository now includes a gr2 branch for the new implementation of `racket/gui', which we've been informally calling GRacket2. What are the plans

[racket-dev] plot's fit functionality

2010-11-05 Thread John Clements
I've just been cleaning up plot's fit functionality, and I'm starting to wonder... did it *ever* work? John smime.p7s Description: S/MIME cryptographic signature _ For list-related administrative tasks:

[racket-dev] FFI question; using _or-null around output ptr gives binding error.

2010-11-05 Thread John Clements
Here's an ffi object I'd like to construct: (define do-fit-int (get-ffi-obj do_fit libfit (_fun (func : (_fun _int _pointer - _double)) (val-num : _int = (length x-values)) (x-values : (_list i _double*)) (y-values : (_list i _double*))