What language is a good choice after PHP for a developer wanting to try something new? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T19:49:55Zhttp://stackoverflow.com/feeds/question/323066http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something6What language is a good choice after PHP for a developer wanting to try something new?alex2008-11-27T06:39:55Z2009-07-31T23:45:23Z
<p>I've been using PHP ever since I got a job in web development (late last year).</p>
<p>I currently have a desire to learn something new. I was considering Python.</p>
<p>Has anyone else been in this state of mind, and what were there choices? Did they end up learning a new language, or did they rethink their PHP approach for a fresh breath of PHPness?</p>
<p>I don't want to use .net or coldfusion for licensing issues and I'm not a fan of frameworks (yet).</p>
<p><strong>UPDATE</strong></p>
<p>Thank you very much for your response. It's great to see so many helpful people out there! If I do go down the Ruby or Python road, I hope you don't mind answering some questions later on, hehe. </p>
<p><strong>ANOTHER UPDATE</strong></p>
<p>I have since became a fan of a certain framework, <a href="http://kohanaphp.com" rel="nofollow">Kohana</a>, and it has given me a fresh breath of PHP. I intend to give c++ a look soon, to get some familiarity with a compiled language.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323068#3230688Answer by CMS for What language is a good choice after PHP for a developer wanting to try something new?CMS2008-11-27T06:42:13Z2008-11-27T06:42:13Z<p>Assuming that you're on web development I recommend you to try to <a href="http://www.rubyonrails.org/" rel="nofollow">Ruby On Rails</a>, also Python, with <a href="http://www.djangoproject.com/" rel="nofollow">Django</a> will be good, it's always useful to learn new stuff...</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323069#3230690Answer by Mohit Nanda for What language is a good choice after PHP for a developer wanting to try something new?Mohit Nanda2008-11-27T06:42:43Z2008-11-27T06:42:43Z<p>Go for Python, its a great choice. Considering the features ver 3.0 has put in it, it's a beautiful language to put your hands on.</p>
<p>You can also try Ruby on Rails, if you are interested in some rapid yet powerful web development on the tracks of web 2.0.</p>
<p><strong>Enjoy coding! :-)</strong></p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323076#32307622Answer by Guge for What language is a good choice after PHP for a developer wanting to try something new?Guge2008-11-27T06:47:43Z2008-11-27T06:47:43Z<p>Since PHP is an interpreted language, I'd like to suggest that you learn a compiled language. How about C? It is very general and it will give different insights into programming. It is a language which is central in programming tradition. It is very hard core and you will learn a lot about how computers really work.</p>
<p>I would also suggest that you attack it from the classic Kernighan & Ritchie book. It is very good. And short as well.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323082#3230821Answer by Yuval F for What language is a good choice after PHP for a developer wanting to try something new?Yuval F2008-11-27T06:56:28Z2008-11-27T06:56:28Z<p>How new should the new language be? PHP, Python and Ruby are all dynamic languages, so they share many concepts. I second Guge's recommendation to learn C. And you can go further - for mind enhancement, learn a dialect of LISP, such as scheme, and read <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">SICP</a>. Learning Java can also be useful and a different experience than PHP.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323090#3230901Answer by Jay for What language is a good choice after PHP for a developer wanting to try something new?Jay2008-11-27T06:59:30Z2008-11-27T06:59:30Z<p>If you're looking for something that will be a fairly easy transition from PHP, I would recommend Perl. PHP borrows a lot from Perl in terms of syntax and structure, so you may find it a comfortable language to work in if you're familiar with PHP. Perl is also a widely used/supported language with extensive third party libraries for just about every purpose.</p>
<p>Python is a great language to ease into systems programming IMO. The syntax is intuitive, encourages clean code and good habits. It's pretty much neck and neck with Perl for features and third party library availability in my experience, so with either language you'd be off to a good start. You may find Perl to be more familiar, coming from PHP, but I can highly recommend Python as well if you find that's where your interest lies.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323096#3230963Answer by Paqman for What language is a good choice after PHP for a developer wanting to try something new?Paqman2008-11-27T07:06:17Z2008-11-27T07:06:17Z<p>Groovy is also worth a look. IMHO its evey bit as good as Ruby, Python etc and it has the advantage that it easily integrates with Java code.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323127#3231274Answer by Corbin March for What language is a good choice after PHP for a developer wanting to try something new?Corbin March2008-11-27T07:27:27Z2008-11-27T07:27:27Z<p>From Peter Norvig's <a href="http://norvig.com/21-days.html" rel="nofollow">Teach Yourself Programming in Ten Years</a>:</p>
<p>"Learn at least a half dozen programming languages. Include one language that supports class abstractions (like Java or C++), one that supports functional abstraction (like Lisp or ML), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), one that supports coroutines (like Icon or Scheme), and one that supports parallelism (like Sisal). "</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323173#3231731Answer by dylanfm for What language is a good choice after PHP for a developer wanting to try something new?dylanfm2008-11-27T07:59:39Z2008-11-27T07:59:39Z<p>I've gone from PHP to Ruby and I think I'm in love.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323272#3232720Answer by alok for What language is a good choice after PHP for a developer wanting to try something new?alok2008-11-27T08:58:31Z2008-11-27T08:58:31Z<p>Python would be a good choice. </p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323385#3233851Answer by Iain for What language is a good choice after PHP for a developer wanting to try something new?Iain2008-11-27T10:11:01Z2008-11-27T10:11:01Z<p>I'd say download Visual Studio Express C# - it's free and will give you the chance to see a completely different culture and code structure.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/323766#3237662Answer by JoeBloggs for What language is a good choice after PHP for a developer wanting to try something new?JoeBloggs2008-11-27T13:27:37Z2008-11-27T13:34:00Z<p>Most of these responses seem to be advocating what I would consider alternatives to PHP. Without wishing to be rude to the other posters, what's the point of that? If you were planning to give up PHP, it would be fair enough. If you were wanting to move away from web dev, it would be fair enough. But, you have a job in web dev, and you presumably want to find something useful to scratch that 'something new' itch with. So, why not learn something that you can use <em>in conjunction</em> with PHP, something that'll be an addition, not an alternative?</p>
<p>Javascript would be the obvious choice, IMHO, for the benefit of being able to get your code off the server and into the browser when you need to. </p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/418536#4185361Answer by too much php for What language is a good choice after PHP for a developer wanting to try something new?too much php2009-01-06T23:00:37Z2009-01-06T23:00:37Z<p><strong>Python</strong>: it's very easy to learn (I started with <a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a>) and you'll [finally] be able to write your own GUI apps that <em>don't</em> need to run in a web browser.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/418563#4185631Answer by unknown (google) for What language is a good choice after PHP for a developer wanting to try something new?unknown (google)2009-01-06T23:08:32Z2009-01-06T23:08:32Z<p>Since you've started at the top level of abstraction, maybe go back to the bottom and start learning how the machine works. Say, a course on digital fundamentals. There are many JC level courses that start at 74 series digital ICs and progress to building small microcontroller based systems.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/685444#6854442Answer by Godcode for What language is a good choice after PHP for a developer wanting to try something new?Godcode2009-03-26T11:54:48Z2009-03-26T11:54:48Z<p>You might as well give Ruby a try, but I strongly suggest you also try out either C# (ASP.net) or Java (Struts or Spring) for web development...</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/685459#6854590Answer by User for What language is a good choice after PHP for a developer wanting to try something new?User2009-03-26T12:00:59Z2009-03-26T12:00:59Z<p>What about Spanish? It should be easy and you'll find lots of application possibilities for it.</p>
http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something/1211271#12112710Answer by jpartogi for What language is a good choice after PHP for a developer wanting to try something new?jpartogi2009-07-31T08:13:47Z2009-07-31T08:13:47Z<p>Since you are from PHP and wanting to learn something new, I assume you want a little bit of challenge. Try using Java and build webapplication with JavaEE stack. You will learn a valuable lesson and will appreciate PHP. </p>