Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
That's very hard to say. First of all, it would depend on the languages one already knows - I could make a recommendation, but that's not very useful if you already know the language.

But to give a few ideas. Knowledge of C is always useful. Even if you'll never code a single line of C, knowledge of C (and its standard libraries) makes one understand Perl better. It'll make one understand better why Perl is as it is (there are quite a number of core Perl functions that are just a thin layer above the underlaying C infrastructure). It make one understand Unix better as well.

Knowledge of SQL is useful as well. Many applications (both Web and non-Web) use a relational database; SQL knowledge is almost essential to retrieve data. But even if you're more of an administrator person is knowledge of SQL handy - it will improve one ability to troubleshoot and fix problems. Furthermore, since SQL is based on relational algebra, it exposes you to a very different way of programming than procedural, functional, or object-oriented languages do.

But in general, what to learn next depends on which direction you want to go in. Domain specific languages may be very useful if you get to use them. Learning them won't be of much use if you're not heading in a direction where they are used.

Perhaps you want job-security. Then learn a hardly used language - it may take you a while to get a job using it, but once in, you're hard to replace. Or you could go the other way, learn Java. Tons of jobs, but also a gazillion of other programmers with the same school. Useful if you want to be a job hopper.


In reply to Re: Next Language to Learn by JavaFan
in thread Next Language to Learn by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found