Permalink
  • vote
    2
    0 starsuday | Shared With: Everyone - Aug 14 2007 | python, c, java, toread, programming
    Unifying types and classes in Python 2.2

    Quoted:Python 2.2 introduces the first phase of "type/class unification". This is a series of changes to Python intended to remove most of the differences between built-in types and user-defined classes. Perhaps the most obvious one is the restriction against using built-in types (such as the type of lists and dictionaries) as a base class in a class statement. Andrew Kuchling's Python Warts paper devotes one of its longest sections to this language deficiency. Incidentally, Andrew's paper What's New in Python 2.2 gives a broad overview of what else is new in Python 2.2.

  • vote
    6
    0 starsuday | Shared With: Everyone - Aug 09 2007 | c, programming, linux, errno, error codes

    error codes in the GNU C library.

  • vote
    5
    0 starsuday | Shared With: Everyone - Dec 29 2006 | c, reference
    File Access and Directory System Calls

    Quoted: File Access and Directory System Calls

1 - 3 of 3 Faves

Related Content from Around Faves

c

VIEW ALL

programming

VIEW ALL