Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site iuvax.UUCP Path: utzoo!watmath!clyde!burl!we13!ihnp4!inuxc!iuvax!notes From: notes@iuvax.UUCP Newsgroups: net.lang Subject: Re: Re: Time for keyword parameters in p - (nf) Message-ID: <326@iuvax.UUCP> Date: Thu, 12-Apr-84 01:02:36 EST Article-I.D.: iuvax.326 Posted: Thu Apr 12 01:02:36 1984 Date-Received: Fri, 13-Apr-84 08:16:05 EST Sender: notes@iuvax.UUCP Organization: Indiana University Lines: 16 #R:harvard:-21400:iuvax:11800015:000:574 iuvax!anneh Apr 11 17:39:00 1984 You might like to look at the DPL language developed by Sussman's group at the MIT AI Lab. DPL is a layout language for VLSI design. It uses a call-by-keyword syntax for parameter passing in which groups of keywords and corresponding actual parameters can be listed in any order. Default values can be specified for formal parameters and the default value will be used if the corresponding keyword is not present in a call to the function. A user manual for the language is available as MIT AI Memo #598 (Sept. 1980). Anne Hartheimer