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

[ale] On Programming and Programming Langauges



On Fri, 2010-09-17 at 12:01 -0400, Greg Freemyer wrote:
> I'm curious about the phrase "type system"?  Is that relatively new?

The phrase itself might be, but the concept itself certainly isn't.  And
much like many things, type systems can be circumvented or sidestepped
in a number of ways.  For example, GLib (through GObject) implements an
object-oriented type system that goes far beyond what stock C99 will
give you...

	--- Mike