Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You learn by doing.

That having been said, pick an interesting problem and try to solve it. Something that can't necessarily be solved probably works best, like Artificial Intelligence problems. I'm been working on a Machine Translation Engine (think babelfish) and that's really stretched me. I've implemented a mini language using eval, done some complex parsing with regexes, and other things that have allowed me to understand perl (and programming) much better.

Pick something that interests you and try to come up with a solution. It doesn't even matter if it's in perl. A couple of ideas:

  • Genetic algorithms
  • A program that creates photo mosaics
  • Swarm intelligence
  • Pattern recognition
Of course that may not interested you. After all, it's not very practical. Helping with Perl 6 is an excellent idea too. I'm sure we'd all love to see everyone who is able contribute to the project.

Or pick something(s) that you wish you had and write them. That's often times how some of the best tools come about. I believe that's how most scripting languages have come about. Write something that's missing from linux. Write something that will make your life easier. Then, do it again.

Hope this helps,

elusion : http://matt.diephouse.com


In reply to Re: Future Programming Direction by elusion
in thread Future Programming Direction by artist

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 goofing around in the Monastery: (1)
As of 2024-04-19 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found