[plt-scheme] DrScheme's language interface changed

From: Robert Bruce Findler (robby at cs.uchicago.edu)
Date: Tue Jul 23 14:41:16 EDT 2002

This message is for people who are developing languages in DrScheme. If
you don't create your own languages for use in DrScheme, you can safely
ignore this message.

>From plt/notes/drscheme/HISTORY:

  The create-executable method of drscheme:language:language<%> has
  changed. It no longer receives the filename for the executable;
  instead the method must prompt the user. See either
  `drscheme:language:put-executable-file' or
  `drscheme:language:create-executable-gui' for two methods of getting
  a filename from the user.

I have updated all of the languages that are currently
checked into the PLT CVS archive.

Robby




Posted on the users mailing list.