[plt-dev] some Racket proposals & implementation

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Apr 3 20:30:57 EDT 2010

Does it make sense to give this revision to define-struct a different
name and keep the same old define-struct around from scheme/base?
Then, porting could be

  #lang scheme

  =>

  #lang racket
  (require (only-in scheme/base define-struct))

and we could have all these other goodies too?

Robby


Posted on the dev mailing list.