Re: C Programming



On Sun, Jul 30, 2006 at 08:24:03AM -0500, Aaron Konstam wrote:
On the contrary -- it's written in clear, simple language without much
distraction, and explains the C language better than any other book I've
seen.
Look this is silly. The book mentioned above is the definitive reference
book on C but it is not a book from which to learn to program in C.

It's a small volume, but the back part is reference and the first part is
instructional.

Try learning to program in Python from the Python Language Reference
Manual.

Talk about silly.

It's a _very_ different book from the Python Language Reference Manual.

--
Matthew Miller mattdm@xxxxxxxxxx <http://mattdm.org/>
Boston University Linux ------> <http://linux.bu.edu/>

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Question on LSP
    ... not have to be explicit attributes, ... Since objects in memory usually don't move, the language can largely hide the identity mapping. ... My issue here is that whatever semantic meta model the language uses, there must be some way for the developer to unambiguously express the OOA/D is-a semantics for some problem space entity. ... Note that the language allows us to use a name like 'T' on the reference as a mnemonic so that the developer can keep track of what is happening with the indirection. ...
    (comp.object)
  • Re: Please explain the meaning of stealing a ref
    ... points of connotation as well as denotation in phrasing, and language ... clearer to _other_ readers, ... No, the use of the word 'exceptions' is anything but unreasonable, ... "Owning a reference" means being ...
    (comp.lang.python)
  • Re: Moore on Skolems Paradox
    ... >> referents for the terms in the language. ... >language" is assigning a reference to all of the terms that we learn. ... mathematics and assume that what it means in mathematics is ... If you want to imagine a world ...
    (sci.logic)
  • Re: what is the initial value of arrays of object
    ... Immutability of a reference-type base would be enforced: if any method invoked on one of these tried to change a non-transient field, a runtime exception would result, and the compiler would not accept code that assigned a reference of the base type to a reference of the new type if that reference was not the direct result of a new expression AND the base type has non-transient non-final fields. ... Would need a new keyword "delegate" and would save a lot of boilerplate typing when implementing some things using a delegate, or doing some other delegation based patterns. ... One issue here is that "delegate" is a not-uncommon variable name so the source compatibility issue is significant. ... Doing the fixed-order thing without such a language feature is possible, but difficult: the resources need GUIDs of some sort assigned, that implement Comparable, and you need an extended sort of Visitor pattern. ...
    (comp.lang.java.programmer)
  • Re: Question on LSP
    ... not have to be explicit attributes, ... the corresponding type contract using available language gears. ... single Student type. ... Reference itself is not reference. ...
    (comp.object)