Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Does Knowing Perl Help or Hinder Learning another Language

by OzzyOsbourne (Chaplain)
on Aug 25, 2001 at 07:46 UTC ( [id://107784]=note: print w/replies, xml ) Need Help??


in reply to Does Knowing Perl Help or Hinder Learning another Language

Learning any language will help you to learn others. With most languages you have the for loop, the do loop, the while loop, the foreach loop, if statements, case statements, declaring variables, etc. After you learn how these things work in one language, you have an idea of how they work in general.

Once you learn the basic structure of programming, learning a new language is a matter of learning new syntax.

Although, the more languages you know, the more likely that some of your efforts will look as if you had invented Visual Perl++...

-OzzyOsbourne

  • Comment on Re: Does Knowing Perl Help or Hinder Learning another Language

Replies are listed 'Best First'.
Re (tilly) 2: Does Knowing Perl Help or Hinder Learning another Language
by tilly (Archbishop) on Aug 26, 2001 at 02:52 UTC
    I somewhat disagree.

    While there are a lot of things that work the same across languages, there are concepts which are supported in some languages but not in others. For instance when I have to work in a language which dos not have closures, I feel handcuffed. Yet you could have a tremendous amount of experience with C, Pascal, VB, Java and so on without ever having a clue that something like closures exist, let alone how you might use them.

    Don't get me wrong. Learning languages is good. If you know several others, you can be productive in a new language once you learn the syntax. However every time you learn a new language you should be prepared to encounter new concepts which don't fit into your previous programming background. It isn't just about syntax.

    Perhaps a more down-to-earth example are the many procedural programmers who had to struggle to learn what OO programming was about. A C programmer could quickly write programs in C++ or Java. But they wouldn't be writing programs the same way that someone experienced in those languages would...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://107784]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-18 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found