[racket] Racket gui

From: Hendrik Boom (hendrik at topoi.pooq.com)
Date: Mon Oct 1 10:59:28 EDT 2012

On Mon, Oct 01, 2012 at 05:52:59AM -0600, Matthew Flatt wrote:
> Racket (as of v5.1) no longer uses wxWidgets. The `racket/gui' library
> builds directly on Win32, Cocoa, and Gtk. The source for those
> platform-specific back ends is in
> 
>  collects/mred/private/wx/win32
>  collects/mred/private/wx/cocoa
>  collects/mred/private/wx/gtk
> 
> within your Racket installation.
> 
> DrRacket is written in Racket.
> 
> (The Racket run-time system and compiler is mostly in C, but I think a
> lot of it --- especially the compiler --- is likely to move to Racket
> in the coming years.)

Like Gambit?

-- hendrik

Posted on the users mailing list.