From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,208279d79d40e7d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-29 11:15:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy. Date: Fri, 29 Aug 2003 19:15:40 +0100 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1062180940 14449 62.49.62.197 (29 Aug 2003 18:15:40 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 29 Aug 2003 18:15:40 +0000 (UTC) User-Agent: Pan/0.13.4 (She had eyes like strange sins.) Xref: archiver1.google.com comp.lang.ada:41955 Date: 2003-08-29T19:15:40+01:00 List-Id: On Fri, 29 Aug 2003 12:13:15 -0400, Jon S. Anthony wrote: > "Luke A. Guest" writes: > > >> Actually, indirectly, you've also shown another example of a really cool >> feature of Ada >> >> function blah(a : Integer, b : Float) : Boolean; >> ... >> blah(b => 1.0, a => 10); >> >> It'd be so cool to be able to do this in other languages... > > > CL: > > (defun blah (&key a b) ...) > > ... > > (blah :b 1.0 :a 10) Ok, languages I use...C/C++...smartarse! ;-P Luke.