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 X-Google-Thread: 103376,7390c574595380ae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-01 20:11:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!213-196-68-75.hosts.streamgate.DE!not-for-mail From: Gerhard =?iso-8859-15?Q?H=E4ring?= Newsgroups: comp.lang.ada Subject: Re: Need manual for GNAT on FreeBSD 4.4-Release on i386 (AMD Athlon) Date: 2 Jan 2002 04:10:56 GMT Organization: Ye 'Ol Disorganized NNTPCache groupie Message-ID: References: <20020101220112.4bd5727d.matthew@starbreaker.net> <20020101225822.6d51fdf8.matthew@starbreaker.net> NNTP-Posting-Host: 213-196-68-75.hosts.streamgate.de (213.196.68.75) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1009944656 24185938 213.196.68.75 (16 [124666]) User-Agent: slrn/0.9.7.2 (FreeBSD) Cache-Post-Path: gargamel.hqd-internal!unknown@gargamel.hqd-internal X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Xref: archiver1.google.com comp.lang.ada:18435 Date: 2002-01-02T04:10:56+00:00 List-Id: Matthew Graybosch wrote: > On 2 Jan 2002 03:31:28 GMT > Gerhard H�ring wrote: > > > Matthew Graybosch schrieb: > > > I've been comparing languages for Linux/BSD programming and settled on > > > Ada. I installed the FreeBSD 4.4 port of GNAT, > > > > Excellent choice, both language and OS :-) > > Thanks. I figure that it's bad enough that I have to work on Windows (using > Visual Basic, no less). I'd have to insane to want to deal with Windows at > home. Besides, I like Unix. VB6? Condolecences. I had that once. I wonder what all the VB shops will do when they get a half-way real programming language with VB.NET. Now I'm mostly doing Java. And for fun at home, Python. > > Looks like the GNAT docs haven't been packaged, yet. I'll file a problem > > report for it. Done: http://www.freebsd.org/cgi/query-pr.cgi?pr=33459 > I wonder if I should send a message to the port maintainer as well... I'll > do it if he forgets the docs in the next version. Can't hurt. > [...] > Hey, the last line in your sig is LISP code, isn't it? Close, but not quite. Abusing Python's functional features: Python 2.1.1 (#1, Sep 13 2001, 18:12:15) [GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4 Type "copyright", "credits" or "license" for more information. >>> reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b'))) 'Python rules!' Gerhard -- mail: gerhard bigfoot de registered Linux user #64239 web: http://www.cs.fhm.edu/~ifw00065/ public key at homepage public key fingerprint: DEC1 1D02 5743 1159 CD20 A4B6 7B22 6575 86AB 43C0 reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))