![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| |||
| I agree with rabid scientist. Perl For Dummies was a great book; I still use it when I can't remember how something in Perl should be written (every programming language is basically just C, but with enough differences so you always need to RTFM). |
| |||
| I used Perl For Dummies. It's not too bad. Update: Yeah Spam, I still use it to look stuff up. After all, I don't use Perl every single day. Plus the syntax is a bit boggling at times. Well, I can say something about what Spam said about C. There is a whole family of languages that are very much alike, at least at the lower levels. C, Perl, Basic, Fortran, etc. Perl is especially close to C--has a lot of similar syntax. For example, i = i + 1 can be written more or less the same way in all of the languages I mentioned. However, I disagree with the statement, because there are other families that are completely different. Assembly for example is its own category, and there is a family of AI-oriented languages such as Schema and Lisp. Knowing C will help to learn these, but it's not going to give you too big of an advantage. |
![]() |
| Thread Tools | |
| Display Modes | |
| |