Re: Teaching OO
- From: "H. S. Lahman" <h.lahman@xxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 17:53:59 GMT
Responding to Malik...
After all the other respondants responded with truly impractical languages, I suggest that you consider teaching OO with either C# or Java. You can download perfectly servicable programming environments with either one for free. Both are capable and easy to learn (in fact, they are very similar to each other). Both are based on the C/C++ syntax, and both have legions of developers that you can ask questions from. Ample jobs exist for developers who can program in one of these languages (unlike Smalltalk).
I'm afraid I have to strongly disagree. As you point out, C# and Java are both based on C++ syntax, which is the problem! Those languages are much closer to the hardware computational models than other "pure" OOPLs like Smalltalk. As a result it is much easier to map 3GL procedural paradigms onto OOP, especially if they are converting from procedural development. IOW, such syntax is an invitation to developing bad OO habits, which results in C or FORTRAN programs with strong typing. IMO, much of the awful OO code around is a direct result of converts from procedural development trying to learn OO directly by "playing" with such OOPLs.
Also, the OP's context was to /learn/ the OO paradigm so the "practicality" of the language really isn't the issue. C#, Java, and C++ can easily be learned once one has mastered OOA/D. In the OP's career a dozen or more languages will probably be learned and used, so I don't see learning one more to shorten the OOA/D learning curve as being a big deal -- especially since the novice doesn't need to become an expert in its use; it's just a learning tool.
************* There is nothing wrong with me that could not be cured by a capful of Drano.
H. S. Lahman hsl@xxxxxxxxxxxxxxxxx Pathfinder Solutions -- Put MDA to Work http://www.pathfindermda.com blog: http://pathfinderpeople.blogs.com/hslahman (888)OOA-PATH
.
- References:
- Teaching OO
- From: Gunnar G
- Re: Teaching OO
- From: Nick Malik [Microsoft]
- Teaching OO
- Prev by Date: Re: Is it a facade
- Next by Date: Re: Technologies and frameworks are killing creativity?
- Previous by thread: Re: Teaching OO
- Next by thread: slightly OT: pronounciation
- Index(es):
Relevant Pages
|