Re: Definable operators

Tony Finch <fanf@lspace.org>
18 Apr 1997 00:40:27 -0400

          From comp.compilers

Related articles
[13 earlier articles]
Re: Definable operators rideau@ens.fr (Francois-Rene Rideau) (1997-04-03)
Re: Definable operators leichter@smarts.com (Jerry Leichter) (1997-04-06)
Re: Definable operators hrubin@stat.purdue.edu (1997-04-11)
Re: Definable operators nmm1@cus.cam.ac.uk (1997-04-16)
Re: Definable operators raw@math.wisc.edu (Matthew J. Raw) (1997-04-16)
Re: Definable operators dlester@cs.man.ac.uk (1997-04-16)
Re: Definable operators fanf@lspace.org (Tony Finch) (1997-04-18)
Re: Definable operators monnier+/news/comp/compilers@tequila.cs.yale.edu (Stefan Monnier) (1997-04-18)
Re: Definable operators burley@tweedledumb.cygnus.com (Craig Burley) (1997-04-18)
Re: Definable operators apardon@rc4.vub.ac.be (1997-04-20)
Re: Definable operators genew@vip.net (1997-04-20)
Re: Definable operators kumo@intercenter.net (David Rush) (1997-04-20)
Re: Definable operators burley@tweedledumb.cygnus.com (Craig Burley) (1997-04-22)
[18 later articles]
| List of all articles for this month |

From: Tony Finch <fanf@lspace.org>
Newsgroups: comp.compilers,comp.lang.misc
Date: 18 Apr 1997 00:40:27 -0400
Organization: Coll: SS. et Indiv: Trin: Cant:
References: 97-03-037 97-04-034 97-04-061 97-04-078
Keywords: syntax, design

nmm1@cus.cam.ac.uk (Nick Maclaren) wrote:
>For example, one of the most common requirements is for the basic
>operation "is every bit in A also set in B?" which has to be coded
>very messily in most languages.


Most languages have facilities for bitwise AND so I don't see the
problem. (A&B) == A


Tony.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.