|
|
|
|
|
by toast0
1378 days ago
|
|
> Perl has a painful syntax, Python greatly improves on this with easy syntax. That's a matter of opinion. C style languages are a lot easier for me than whitespace significant languages; my editor will go to the matching bracket with ^G, but I can't do that with whitespace to get to the end of a block. The type sigils are a bit tricky to figure out, but if you spend the time to understand it, it makes sense (but that's also a mater of opinion, too). |
|