swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some more problems with RH7.0 !SOLVED!


From: Marcus G. Daniels
Subject: Re: Some more problems with RH7.0 !SOLVED!
Date: 11 Nov 2000 17:32:30 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "GO" == Gadi ORON <address@hidden> writes:

GO> Sorry, but I dont follow you. It is the first time I hear about
GO> #f/#t, and if BOOL and char are the same why changing #\001 to #t
GO> should change anything?

Unlike with Java, Objective C doesn't have a special type coding for
boolean; a BOOL is just a typedef to unsigned char; they are
indistinguishable.  And, because boolean tends to be used more than unsigned
chars, the serialization methods take preference for booleans.  The syntax
for booleans in Scheme is "#f" for false and "#t" and for true.


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]