Why did you tell him he should learn Perl? I don't get the impression Perl is used a lot in the games industry. Running speed is quite important for many of todays popular games, and Perl isn't suitable to get the best running times. Perl favours development time - but in games, the trade off between runtime and development time lies more towards runtime.
As for Perl used to learn programming with - I don't think it's a suitable language. One doesn't use supercars or trucks to learn driving with - nor does one learn flying in an F16.
Perl is a rich language. It has many operators, functions and syntax constructs. And while that's good for many programmers, it distracts when teaching programming.
Look at the Wolf book (Mastering Algorithms with Perl). It suffers from the same problem. It tries to teach algorithms, but instead of focussing on the algorithms, time and time again, it takes detours to explain syntax, or to show a neat trick.
I've taught students how to program. I've taught Perl as well. I wouldn't dream of using Perl to learn people to program. Pascal, Java, Python, Modula, Haskell, all languages suitable as a first language. But not Perl.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.