Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Existential Crisis (Or: On Becoming a Better Monk)

by Steve_p (Priest)
on Dec 05, 2002 at 05:21 UTC ( [id://217682]=note: print w/replies, xml ) Need Help??


in reply to Existential Crisis (Or: On Becoming a Better Monk)

Sometimes, just getting away from your preferred language for a while helps you see things in a new light. For example, about a year and a half ago, I was frustrated with Perl and worked with Python for quite a while. There were several things that I found easier to do with Python than what I was now doing with Perl. But, after dealing with lack of support at work for Python, I went back to Perl and started using more advanced Perl, such as references, objects, anonymous sub's, etc.

Actually, being an IS guy, I feel your pain regarding theoretical CS. I have struggled with it for quite a while as well. I would highly suggest "How to Design Programs" and "Structure and Interpretation of Computer Programs" as a good start for getting a better grip of the theoretical side of CS.

  • Comment on Re: Existential Crisis (Or: On Becoming a Better Monk)

Replies are listed 'Best First'.
Re: Re: Existential Crisis (Or: On Becoming a Better Monk)
by spurperl (Priest) on Dec 05, 2002 at 06:23 UTC
    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

Log In?
Username:
Password:

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

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

    No recent polls found