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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 114809,b87849933931bc93 X-Google-Attributes: gid114809,public X-Google-Thread: fac41,b87849933931bc93 X-Google-Attributes: gidfac41,public X-Google-Thread: 109fba,b87849933931bc93 X-Google-Attributes: gid109fba,public X-Google-Thread: 1108a1,b87849933931bc93 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public From: lgmayka@sprynet.com (Lawrence G. Mayka) Subject: Re: OO, C++, and something much better! Date: 1997/01/25 Message-ID: <32ea173c.216371448@news.sprynet.com>#1/1 X-Deja-AN: 212131481 references: <5c6468$2rv$1@A-abe.resnet.ucsb.edu> <32E712B2.5060@parcplace.com> <5c7ja6$krj@sphinx.informatik.uni-kiel.de> <32E99D64.DB6@parcplace.com> content-type: text/plain; charset=us-ascii organization: Sprynet News Service mime-version: 1.0 newsgroups: comp.lang.c++,comp.lang.smalltalk,comp.lang.eiffel,comp.lang.ada,comp.object Date: 1997-01-25T00:00:00+00:00 List-Id: Eric Clayberg wrote: >Claus Reinke wrote: >> Try something like Standard ML or Haskell >When I get the time, I would like to. Are either commercially available? >If so, where? What about free versions? Thanks. Harlequin Inc. (http://www.harlequin.com) advertises a commercial implementation of the 1996 version of Standard ML, a.k.a. SML. See in particular http://www.harlequin.com/mlworks/Welcome.html. You can apparently download an evaluation copy. I know Harlequin primarily from their commercial implementations of ANSI Common Lisp (a.k.a. CLOS), a dynamic object-oriented language that is in many ways technically superior to Smalltalk. (I've programmed in Smalltalk for 6 months now. Prior to that I programmed in CLOS for 8 years, and before that in C++ for 4 years.) Harlequin is also apparently in the final stages of developing a commercial implementation of Dylan, the dynamic object-oriented language that Apple once championed. Links to all of Harlequin's symbolic processing products appear on http://www.harlequin.com/full/products/Welcome.html. I have no affiliation with Harlequin other than as a satisfied customer (actually not any more, since I write in exclusively in Smalltalk now, for various reasons). Lawrence G. Mayka lgmayka@sprynet.com