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,34b29f7884ececc8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-20 15:18:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada & Scripting Date: Tue, 20 May 2003 17:19:36 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:37571 Date: 2003-05-20T17:19:36-05:00 List-Id: Bobby D. Bryant wrote in message ... >I don't want you to use anything you don't want, but this looks like a >good place to insert a basic observation on that: When I taught the >freshman-level Foundations of Computer Science course here I spent *one* >lecture on Scheme syntax, and started in on recursion and induction in the >second lecture. Gee, those must be terribly slow freshmen. :-) Considering that the syntax of LISP is essentially: expr ::= identifier | number | ( {expr} ) Getting it do to something is a bit more interesting; but that's semantics, not syntax. They didn't call it LISP (Lots of Irritating Silly Parenthesis) for nothing. :-) :-) Randy.