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,7eaf9f2597de2259 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-12 09:26:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!sjcppf01.usenetserver.com!usenetserver.com!news-west.rr.com!lsnws01.we.mediaone.net!typhoon.san.rr.com!not-for-mail Message-ID: <3BC719C8.7C8B1459@san.rr.com> From: Darren New Organization: Boxes! X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: on package naming, should the word References: <9q25ec0248o@drn.newsguy.com> <9q421v0bbg@drn.newsguy.com> <9q4d850163k@drn.newsguy.com> <3bc6aa86.2461619@news.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 12 Oct 2001 16:27:04 GMT NNTP-Posting-Host: 66.75.151.160 X-Complaints-To: abuse@rr.com X-Trace: typhoon.san.rr.com 1002904024 66.75.151.160 (Fri, 12 Oct 2001 09:27:04 PDT) NNTP-Posting-Date: Fri, 12 Oct 2001 09:27:04 PDT Xref: archiver1.google.com comp.lang.ada:14419 Date: 2001-10-12T16:27:04+00:00 List-Id: > So what does Smalltalk look like? I believe we have a mutual > acquaintance who used Smalltalk at one point, but I can't remember how > class methods were called. Basically three different syntaxes: Unary operators: target_expr no_argument_method_identifier 25 cosine iterator next array new my_list sort Binary operators: target_variable + argument (where "+" is any string of non-alphanumerics) 2 + 5 value $%^ expression cursor -> new_position N-ary operators target keyword1: arg1 keyword2: arg2 keywordN: argN my_array at: 27 put: value window drawLineFromX: 3 Y: 7 toX: 13 Y: 27 No dots in there at all. -- Darren New San Diego, CA, USA (PST). Cryptokeys on demand. Who is this Dr. Ibid anyway, and how does he know so much?