July 16, 2003

The Leap to Language

Early Voices: The Leap to Language

The reason, Dr. Dunbar suggests, is that language also operates as a badge to differentiate the in group from outsiders; thus the Gileadites could pick out and slaughter any Ephraimite asked to say "shibboleth" because, so the writer of Judges reports, "He said sibboleth: for he could not frame to pronounce it right."

Posted by Brian Stefans at July 16, 2003 09:36 AM | TrackBack
Comments

For this program, it was a bit of overkill. It's a lot of overkill, actually. There's usually no need to store integers in the Heap, unless you're making a whole lot of them. But even in this simpler form, it gives us a little bit more flexibility than we had before, in that we can create and destroy variables as we need, without having to worry about the Stack. It also demonstrates a new variable type, the pointer, which you will use extensively throughout your programming. And it is a pattern that is ubiquitous in Cocoa, so it is a pattern you will need to understand, even though Cocoa makes it much more transparent than it is here.

Posted by: Holland at January 19, 2004 04:08 AM

These secret identities serve a variety of purposes, and they help us to understand how variables work. In this lesson, we'll be writing a little less code than we've done in previous articles, but we'll be taking a detailed look at how variables live and work.

Posted by: Ursula at January 19, 2004 04:09 AM

This code should compile and run just fine, and you should see no changes in how the program works. So why did we do all of that?

Posted by: Valentine at January 19, 2004 04:11 AM