Bit-manipulation in ISO Prolog
From: Nameless (news.mail_at_chello.no)
Date: 08/16/04
- Next message: Paulo Moura: "ANN: Logtalk 2.20.0 is now available for downloading"
- Previous message: Pere Montolio: "Re: prolog predicate problems"
- Next in thread: Bart Demoen: "Re: Bit-manipulation in ISO Prolog"
- Reply: Bart Demoen: "Re: Bit-manipulation in ISO Prolog"
- Reply: Pere Montolio: "Re: Bit-manipulation in ISO Prolog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 16 Aug 2004 21:01:08 +0200
ISO Prolog has five bit-manipulation predicates:
>> (bitwise right shift),
<< (bitwise left shift),
/\ (bitwise and),
\/ (bitwise or), and
\ (bitwise compliment).
So far so good, but how would one perform (rationally and
effectively)
1) bitwise xor, and
2) bitwise not
within the ISO Prolog framework?
TIA.
-- Mail sent to this email address is automatically deleted (unread) on the server. Send replies to the newsgroup.
- Next message: Paulo Moura: "ANN: Logtalk 2.20.0 is now available for downloading"
- Previous message: Pere Montolio: "Re: prolog predicate problems"
- Next in thread: Bart Demoen: "Re: Bit-manipulation in ISO Prolog"
- Reply: Bart Demoen: "Re: Bit-manipulation in ISO Prolog"
- Reply: Pere Montolio: "Re: Bit-manipulation in ISO Prolog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|