What language is a good choice after PHP for a developer wanting to try something new? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T19:49:55Z http://stackoverflow.com/feeds/question/323066 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/323066/what-language-is-a-good-choice-after-php-for-a-developer-wanting-to-try-something 6 What language is a good choice after PHP for a developer wanting to try something new? alex 2008-11-27T06:39:55Z 2009-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#323068 8 Answer by CMS for What language is a good choice after PHP for a developer wanting to try something new? CMS 2008-11-27T06:42:13Z 2008-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#323069 0 Answer by Mohit Nanda for What language is a good choice after PHP for a developer wanting to try something new? Mohit Nanda 2008-11-27T06:42:43Z 2008-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#323076 22 Answer by Guge for What language is a good choice after PHP for a developer wanting to try something new? Guge 2008-11-27T06:47:43Z 2008-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 &amp; 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#323082 1 Answer by Yuval F for What language is a good choice after PHP for a developer wanting to try something new? Yuval F 2008-11-27T06:56:28Z 2008-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#323090 1 Answer by Jay for What language is a good choice after PHP for a developer wanting to try something new? Jay 2008-11-27T06:59:30Z 2008-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#323096 3 Answer by Paqman for What language is a good choice after PHP for a developer wanting to try something new? Paqman 2008-11-27T07:06:17Z 2008-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#323127 4 Answer by Corbin March for What language is a good choice after PHP for a developer wanting to try something new? Corbin March 2008-11-27T07:27:27Z 2008-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#323173 1 Answer by dylanfm for What language is a good choice after PHP for a developer wanting to try something new? dylanfm 2008-11-27T07:59:39Z 2008-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#323272 0 Answer by alok for What language is a good choice after PHP for a developer wanting to try something new? alok 2008-11-27T08:58:31Z 2008-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#323385 1 Answer by Iain for What language is a good choice after PHP for a developer wanting to try something new? Iain 2008-11-27T10:11:01Z 2008-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#323766 2 Answer by JoeBloggs for What language is a good choice after PHP for a developer wanting to try something new? JoeBloggs 2008-11-27T13:27:37Z 2008-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#418536 1 Answer by too much php for What language is a good choice after PHP for a developer wanting to try something new? too much php 2009-01-06T23:00:37Z 2009-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#418563 1 Answer 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:32Z 2009-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#685444 2 Answer by Godcode for What language is a good choice after PHP for a developer wanting to try something new? Godcode 2009-03-26T11:54:48Z 2009-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#685459 0 Answer by User for What language is a good choice after PHP for a developer wanting to try something new? User 2009-03-26T12:00:59Z 2009-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#1211271 0 Answer by jpartogi for What language is a good choice after PHP for a developer wanting to try something new? jpartogi 2009-07-31T08:13:47Z 2009-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>