|
|
|
|
|
by kyllo
4813 days ago
|
|
How are you going to teach pointers or recursion in Java, though? More on that from Joel Spolsky here: http://www.joelonsoftware.com/articles/ThePerilsofJavaSchool... There is a lot to learn in a CS program, and it really requires a single language from start to finish. There is really no single language that you can use to teach everything that a CS student needs to learn. A computer science education should teach concepts that transcend languages, and use whichever language is best suited to demonstrate the concept at hand. |
|
Pointers, okay sure, but what's the problem with teaching recursion in Java? See, e.g., http://danzig.jct.ac.il/java_class/recursion.html