REPOST: Re: Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)
Roy Smith
roy at panix.com
Sun Dec 30 09:32:50 EST 2001
More information about the Python-list mailing list
Sun Dec 30 09:32:50 EST 2001
- Previous message (by thread): Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)
- Next message (by thread): Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cliff Wells <logiplexsoftware at earthlink.net> wrote: > My sentiments exactly: C is excellent as the equivalent of a modern > assembly language. Back when I was doing M-6800 (6800, not 68000) machine code, I used to write my stuff in a stylized subset of C, then hand-compile it. As long as you stayed away from complex expressions, assignment side effects, and some of the fancier flow control constructs, there was an almost one to one mapping between C statements and blocks of assembler code, so the compilation stage was easy. But, what it let me do is write the structure of the program without having to worry about details like adding two integers by doing a series of byte-wise loads, adds, and carries. ========= WAS CANCELLED BY =======: Path: news.sol.net!spool0-nwblwi.newsops.execpc.com!newsfeeds.sol.net!news-out.visi.com!hermes.visi.com!news.maxwell.syr.edu!feeder.kornet.net!news1.kornet.net!ua4canc3ll3r From: Roy Smith <roy at panix.com> Newsgroups: comp.lang.python Subject: cmsg cancel <roy-B0E744.09325030122001 at news1.panix.com> Control: cancel <roy-B0E744.09325030122001 at news1.panix.com> Date: Mon, 31 Dec 2001 02:54:40 GMT Organization: A poorly-installed InterNetNews site Lines: 2 Message-ID: <cancel.roy-B0E744.09325030122001 at news1.panix.com> NNTP-Posting-Host: 211.57.49.2 X-Trace: news2.kornet.net 1009774224 27193 211.57.49.2 (31 Dec 2001 04:50:24 GMT) X-Complaints-To: usenet at news2.kornet.net NNTP-Posting-Date: Mon, 31 Dec 2001 04:50:24 +0000 (UTC) X-No-Archive: yes X-Unac4ncel: yes X-Commentary: I love NewsAgent 1.10 and the Sandblaster Cancel Engine Build 74 (19 March 1999) This message was cancelled from within Mozilla.
- Previous message (by thread): Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)
- Next message (by thread): Who needs exceptions (was Re: Two languages, too similar, competing in the same space.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list