Search Results

2
votes

How to master Regular Expressions?

I learned about them by learning Perl, and using it to create a configuration file parser. If you wanted to do something similar these days I would suggest Ruby, which has a similar hook for RE in …
25
votes

How can a Beginner escape tutorial-land and actually get programming?

Really these answers are all on the mark. Get out there and go make something. It doesn't have to be a glorious, full-featured application, or even be well written. Just start. I would suggest sta …