Forgot your password?
typodupeerror
Java

After Learning Java Syntax, What Next? 293

Niris writes "I'm currently taking a course called Advanced Java Programming, which is using the text book Absolute Java, 4th edition, by Walter Savitch. As I work at night as a security guard in the middle of nowhere, I've had enough time to read through the entire course part of the book, finish all eleven chapter quizzes, and do all of the assignments within a month, so all that's left is a group assignment that won't be ready until late April. I'm trying to figure out what else to read that's Java related aside from the usual 'This is how to create a tree. This is recursion. This is how to implement an interface and make an anonymous object,' and wanted to see what Slashdotters have to suggest. So far I'm looking at reading Beginning Algorithms, by Simon Harris and James Ross."
Image

The Perfect Way To Slice a Pizza 282

iamapizza writes "New Scientist reports on the quest of two math boffins for the perfect way to slice a pizza. It's an interesting and in-depth article; 'The problem that bothered them was this. Suppose the harried waiter cuts the pizza off-center, but with all the edge-to-edge cuts crossing at a single point, and with the same angle between adjacent cuts. The off-center cuts mean the slices will not all be the same size, so if two people take turns to take neighboring slices, will they get equal shares by the time they have gone right round the pizza — and if not, who will get more?' This is useful, of course, if you're familiar with the concept of 'sharing' a pizza."

Comment Re:Meaning is not a key component of syntax. (Score 1) 197

Without syntax, words can only have one meaning.

But it's obviously untrue to say that words can only have one meaning without syntax. Children don't suddenly go from cooing to full sentences immediately, but they pass through a number of stages, one of which is the one word stage. In this stage the parents can get a grip on what the child wants a lot of times, even though the child is completely lacking in syntax. For example, the child can say "up!" and have it interpreted a number of different ways in different contexts, from wanting to be picked up, to pointing at something high in order to bring it to the attention of the parents, to wanting the parent to play with the child by throwing a ball into the air. You have it backwards, as another poster pointed out. You can have meaning without syntax, but the variety of things you can coherently communicate to someone is increased with syntax. And likewise, you can have syntax without meaning, as long as each word fits grammatically into the sentence. And furthermore, semantics and syntax can be divorced from phonological representations -- we're doing it right now on this page.

Slashdot Top Deals

"Take that, you hostile sons-of-bitches!" -- James Coburn, in the finale of _The_President's_Analyst_

Working...