[plt-scheme] change to language creation interface in DrScheme

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

This is a message to anyone who creates new languages in DrScheme (if
you don't, you can ignore the message)

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. [new documentation available tomorrow]

Robby




Posted on the users mailing list.