Linked by Thom Holwerda on Fri 10th Sep 2010 14:59 UTC
Thread beginning with comment 440648
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Why would I want to do it?
by Delgarde on Mon 13th Sep 2010 00:12
in reply to "RE[3]: Why would I want to do it?"
I've used the phrase "well, mainstream", so you don't have to understand it literally. What I meant is that syntax looks more like some other popular languages, like Java, JavaScript or C#.
That's a funny thing to say, given that Perl has a loosely C-style syntax like Java, Javascript, and C# - it uses braces, and semicolons, favours symbols over keywords, etc.
Whereas Python has a completely different syntax - indenting rather than braces, keywords rather than symbols, etc. I love Python, but I'd certainly never say it's syntax looks like any of the languages you describe...
RE[5]: Why would I want to do it?
by trenchsol on Mon 13th Sep 2010 10:46
in reply to "RE[4]: Why would I want to do it?"
Ok, maybe not syntax, but approach, logic. Java, Javascript or C# person will learn Python much faster than Perl.
Python syntax for objects and classes is more common with Java and C# or even PHP. Perl looks strange to Java and C# crowd. Python not so much, after you get used to mandatory indentation.





Member since:
2006-12-07
I've used the phrase "well, mainstream", so you don't have to understand it literally. What I meant is that syntax looks more like some other popular languages, like Java, JavaScript or C#.
I am aware that there is, probably, more Perl code than Python code out there.