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-Thread: 103376,525be57bd7f45978 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!news-feed01.roc.ny.frontiernet.net!nntp.frontiernet.net!news.glorb.com!wns13feed!worldnet.att.net!12.120.4.37!attcg2!ip.att.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada syntax patents Date: 24 Feb 2005 13:16:09 -0600 Organization: LJK Software Message-ID: References: <421b581b$0$13221$9b4e6d93@newsread4.arcor-online.net> <1109258397.763243.44860@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1109272499 29595 192.135.80.34 (24 Feb 2005 19:14:59 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 24 Feb 2005 19:14:59 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:8481 Date: 2005-02-24T13:16:09-06:00 List-Id: In article <1109258397.763243.44860@z14g2000cwz.googlegroups.com>, george.priv@gmail.com writes: > > Georg Bauhaus wrote: >> Reading >> "http://appft1.uspto.gov/netacgi/nph-Parser?" >> & > "Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html" >> & "&r=1&f=G&l=50&s1=%2220040230959%22.PGNR." >> & "&OS=DN/20040230959&RS=DN/20040230959", i.e. >> >> > http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220040230959%22.PGNR.&OS=DN/20040230959&RS=DN/20040230959 >> >> about compiling the BASIC IsNot operator, Patent Application > 20040230959. >> >> What's this? What are they trying to protect? Is something >> like this on the way for Ada? >> Interesting, everyone with an interest in a software exchange >> with a US resident/whatever will have to consider whether they >> can use comparison operators without being US-charged, patent >> (im)pending. The cited page says: A system, method and computer-readable medium support the use of a single operator that allows a comparison of two variables to determine if the two variables point to the same location in memory. which does not seem to me the same as a comparison operator. Isn't this a capability for resolving aliasing issues that do not arise when your language is Ada ?