View Single Post
  #65 (permalink)  
Old 06-25-2008, 10:33 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Guru
 
Join Date: Apr 2008
Posts: 585
Last Blog:
I don't like the word ...
Credits: 0
Rep Power: 9
Aereshaa is just really niceAereshaa is just really niceAereshaa is just really niceAereshaa is just really nice
Default Re: Starting a teenager programming?

@^: If you're on a *n?x (unix, linux, etc.) machine, Perl is great for glue programs, string handling, regexes. Its syntax is easy, and it is a interpreted language, so you can write programs and run them really easily. It has great integration with the shell, and has full support for unicode. It... Oh I could go on and on. It's a really fun language, and it's permissive syntax lets you write code the way you want to. It is also a good entry to the 'hard' languages like C. As I said before, I used Perl before C, and bash before Perl.

If you're not on a *n?x, then it's still very useful, and most programs in Perl that don't use the shell can be run on practically any platform without any changes!
Reply With Quote

Sponsored Links