Interpreted vs. compiled labguages (30)

27 Name: #!/usr/bin/anonymous : 2013-08-03 10:45 ID:2RNh0GIN

>>20

PHP is a bad language for a beginner. It is far too difficult to find mistakes and the semantics are confusing. A beginner should take a language, which is clean and strict, so he will learn some discipline he needs for more loosely defined languages.

Look for strongly typed languages. Check if they don't have erratic behaviors like:

0 == "0" && 0 == "" && "0" != ""

Look how errors are handled. If these things look sane, it is useful as first language.

Paradigm doesn't matter. You can choose whatever style you want.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: