> 

Matt Dillon wrote:
> 
> :>     Ah, indeed!  nul/NUL == ascii.  'nil' should removed from our vocabulary.
> :> 

Jonathan Bresler wrote:
> :
> :     NIL or nil, is the nil pointer from lisp.  lisp is often the
> :first time many people start to understans that data can drive
> :programs.  this is a good thing.
> :
> :jmb
> 
>     I don't know anybody under the age of 30 who knows lisp.  And, frankly,
>     since both the system and virtually all of its support programs are written
>     in C, C terminology is going to be considerably more effective then lisp
>     or pascal terminology.


        There are a number of people, under 30, that write code using
emacs and create their own macros in lisp.

        The terminology is very simple.  Anyone that can cope with
either vi or emacs can learn:

        NUL: an ascii character (0x00)
        NIL: a pointer at the end of the line
        NULL pointer: used in C to refer to NIL.
                not to be confused with NUL.

jmb


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to