[racket-dev] slideshow tutorial rackety

2011-02-11 Thread Matthew Blakley
Just noticed the slideshow tutorial has references to PLT Scheme. _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

[racket-dev] Release Announcement for v5.1

2011-02-11 Thread Eli Barzilay
If there's no other changes, this will be the final version. -- Racket version 5.1 is now available from http://racket-lang.org/ The most significant change in version 5.1 is a rewrite of the GUI library:

Re: [racket-dev] [plt] Push #22159: master branch updated

2011-02-11 Thread Eli Barzilay
8 minutes ago, Sam Tobin-Hochstadt wrote: On Fri, Feb 4, 2011 at 4:31 AM, e...@racket-lang.org wrote: c4661de Eli Barzilay e...@racket-lang.org 2011-02-04 04:30 : | Bump version numbers of mzscheme and mred. | | (These things should not be used anymore.) This change (which changed

Re: [racket-dev] [plt] Push #22159: master branch updated

2011-02-11 Thread Matthew Flatt
Yes, that does seem much better. On Feb 11, 2011, at 11:55 AM, Robby Findler ro...@eecs.northwestern.edu wrote: On Fri, Feb 11, 2011 at 12:07 PM, Matthew Flatt mfl...@cs.utah.edu wrote: At Thu, 10 Feb 2011 18:20:51 -0500, Eli Barzilay wrote: So instead of changing the 510 back to 400,

[racket-dev] Final v5.1 build is ready

2011-02-11 Thread Eli Barzilay
The final v5.1 build is now ready at the same place: http://pre.racket-lang.org/5.1/installers It is a good idea to run quick tests with it to make sure that version related functionality is working fine. (Specifically, PLaneT tests by Robby, and Dracula tests by Carl.) --

Re: [racket-dev] Final v5.1 build is ready

2011-02-11 Thread Carl Eastlund
Done; Dracula works in v5.1. Carl Eastlund On Fri, Feb 11, 2011 at 2:28 PM, Eli Barzilay e...@barzilay.org wrote: The final v5.1 build is now ready at the same place:   http://pre.racket-lang.org/5.1/installers It is a good idea to run quick tests with it to make sure that version related

Re: [racket-dev] Final v5.1 build is ready

2011-02-11 Thread Robby Findler
The planet tests seem to still work. (Sorry for the delay; I was in class.) Robby On Fri, Feb 11, 2011 at 1:28 PM, Eli Barzilay e...@barzilay.org wrote: The final v5.1 build is now ready at the same place:   http://pre.racket-lang.org/5.1/installers It is a good idea to run quick tests with

[racket-dev] Calling virtual functions

2011-02-11 Thread Kovalev Yuriy
Hi all, I try to reimplement MysterX with new racket-based ffi, but now I have a trouble of calling virtual functions.For be specific, I show a piece of code, a bit of a modified for simplicity: #lang racket(require ffi/unsafe (only-in mzlib/defmacro define-macro)) (define

Re: [racket-dev] Final v5.1 build is ready

2011-02-11 Thread Doug Williams
I retested the PLoT package and my graphics and everything works as expected. On Fri, Feb 11, 2011 at 12:28 PM, Eli Barzilay e...@barzilay.org wrote: The final v5.1 build is now ready at the same place: http://pre.racket-lang.org/5.1/installers It is a good idea to run quick tests with it

Re: [racket-dev] Calling virtual functions

2011-02-11 Thread Ben Goetter
On 2/11/2011 2:04 PM, Kovalev Yuriy wrote: I found, that Interface - is just virtual table of methods. So, for example, pointer to QueryInterface placed in point of IDispatch's address (with no offset) and pointer to method AddRef is placed in offset 4 bytes from IDispatch's address... But I

Re: [racket-dev] Final v5.1 build is ready

2011-02-11 Thread Robby Findler
Is the download supposed to be called plt-*? (this is for os x). Unpacking it get a Racket folder. Robby On Fri, Feb 11, 2011 at 1:28 PM, Eli Barzilay e...@barzilay.org wrote: The final v5.1 build is now ready at the same place:   http://pre.racket-lang.org/5.1/installers It is a good idea

Re: [racket-dev] Final v5.1 build is ready

2011-02-11 Thread Eli Barzilay
10 minutes ago, Robby Findler wrote: Is the download supposed to be called plt-*? (this is for os x). Unpacking it get a Racket folder. Yes -- the generated installers follow the distribution names (which are still `mz' and `plt'), and I later rename them for the released distribution. --