These are excellent suggestions, as he obviously needs to gain a deeper understanding in general CS issues.
SICP - Structure and Interpretation of Computer Program is a terrific book, and you can find the free online version of the second edition here !
It is written to be very interesting and to cover a lot of areas of CS. Its exercises are great, a pleasure to prepare. The book teaches in Scheme, but it is an easy language to grasp. Besides, a couple of days ago there was a discussion to try and rewrite all examples & exercises of SICP in Perl (using its functional programming constructs - anonymous subs, eval, map and such) - maybe you want to be the one to do it - I'm sure you'll get support for this in the Perlmonks community. It will be a rewarding & teaching experience, and you will surely become a better programmer.
I'm speaking from personal experience - I'm sure I became a much better programmer after working through SICP in a course (we did everything in Scheme - but it doesn't _really_ matter).
Cheers
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
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.
|
|