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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 108717,c1d77749223627c8 X-Google-Thread: 1108a1,8802fe2212b159e1 X-Google-Thread: 114809,8802fe2212b159e1 X-Google-Thread: 103376,1e8296e52e7e94a6 X-Google-Attributes: gid108717,gid1108a1,gid114809,gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!news-out.visi.com!news-out.octanews.net!petbe.visi.com!news.mmm.com!not-for-mail From: Programmer Dude Newsgroups: comp.programming,comp.object,comp.lang.smalltalk,comp.lang.ada Subject: Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming: OOP Date: Fri, 20 Aug 2004 12:23:40 -0500 Organization: Wrenn Productions, LTD Message-ID: References: Reply-To: Programmer Dude NNTP-Posting-Host: 169.10.86.157 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 2.0/32.652 Xref: g2news1.google.com comp.programming:8474 comp.object:5898 comp.lang.smalltalk:2606 comp.lang.ada:2895 Date: 2004-08-20T12:23:40-05:00 List-Id: Richard Riehle writes: > As several people have noted, it is not (or should not be) a > debate about the virtues of static typing over non-static > typing. Rather the discussion should be about when it is > appropriate to use static typing (if often is) and when it > is appropriate, as it often is, to use non-static typing. It > should not be a debate about Smalltalk or Lisp, at one > extreme, versus Ada, at the other the other extreme. > Instead, it should be the case that we all learn the tools > of our profession, understand when to use which tool, > and not be so dogmatic about one tool over another, > that we fail to understand the advantages of each tool > in different circumstances. HEAR! HEAR!! > I personally like Smalltalk. Ditto. I borrowed some of it's more interesting ideas for my own language, BOOL. > I like, but am not proficient in Lisp. Double Ditto! Very cool language.