Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe11.iad.POSTED!00000000!not-for-mail From: David Lamb User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Arithmetic overflow checking References: <015aeb15-57db-48ab-9cd4-77f8448b632f@w24g2000yqw.googlegroups.com> <1f9c17dltrhlmhifuigoa914477r4rg1e1@4ax.com> <09fe171s46ilvq9qmn254dctunm6noh0ps@4ax.com> <4e262731$0$314$14726298@news.sunsite.dk> <4e26300b$0$309$14726298@news.sunsite.dk> <4e26b4ed$0$2501$db0fefd9@news.zen.co.uk> <4e28097f$0$2533$da0feed9@news.zen.co.uk> <7a23c9d2-508f-4dbd-af91-8cdf2a9764e1@p29g2000pre.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 11 Message-ID: NNTP-Posting-Host: 67.193.237.254 X-Complaints-To: abuse@cogeco.net X-Trace: newsfe11.iad 1311434920 67.193.237.254 (Sat, 23 Jul 2011 15:28:40 UTC) NNTP-Posting-Date: Sat, 23 Jul 2011 15:28:40 UTC Date: Sat, 23 Jul 2011 11:28:36 -0400 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6452 On 22/07/2011 1:16 PM, Andreas Leitgeb wrote: > I'm not sure which relation to the current discussion you might have had > in mind for posting your example, but having to resort to some wordy > prefix-notation instead of infix-notation, may indeed just be comparable > to fiddling with native machine code libraries compared to jar-files. I have done all of those things, and for me, having to deal with method calls instead of infix (while annoying) is nowhere near as painful as the library comparison. Plus IMHO getting operator overloading *right* in a language isn't exactly trivial. It's not horrible, but not trivial either.