Programming languages are human languages, and like any other human language they define what you can and can't easily express in them. Learning a different language means you learn a different way of thinking about things, and that can provide valuable insights into the solutions for a problem.
I'd really recommend you (or anyone) learns to program in at least some of the following languages (listed in alphabetical order):
- APL
- Assembly (Anyone's assembly, doesn't matter)
- C
- COBOL
- Forth
- Fortran
- Haskell
- Lisp
- Prolog
- Smalltalk
- SQL (As much as anyone can program in SQL)
Other languages are fine, but C++, Java, Python, Objective C, or any of a hundred other languages aren't as good for giving you a clean view into a new way of thinking about problems. (Though trading Scheme for Lisp might not be bad)
I'm not recommending that anyone actually use these languages in production code in preference to any other language, but I do think they each express strongly a set of unique language characteristics, and as such are good for getting a handle on a way of thinking.
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.