vote up 15 vote down star
23

In the book, The Pragmatic Programmer the authors suggest that you learn a new language every year. With so many new languages these days, what will be your next programming language and why?

Personally I can't keep up with one new language a year, but I've been around a good handful of different languages and that has been of great help to me in both my career and the way I look at programming in general.

flag
show 4 more comments

53 Answers

1 2 next
vote up 29 vote down

Some highly skilled people don't recommend to always learn the newest technology, instead you should practice fundamentals.

A list of suggestions, found on google China:

  1. Practice the fundamentals. Don’t spend all your efforts on popular languages and tools, and the skills listed in the job advertisements. Instead, master your skills in statistics, computing, databases, operating systems, computer architecture, computer networks and discrete mathematics. Try to solve problems in Donald Knuth’s “Art of Programming”. If you can solve most of the problems, your skills in computing are not bad.

  2. Seek more challenges. Experience in programming can reinforce your knowledge. Try to accumulate the experience of writing 100,000 lines of code when you are in your 4th year.

  3. Practice, practice, practice. Do not underestimate any of the actual work, such as seemingly simple coding or testing. You will gain professional experience pursuing and paying attention to the details of the code.

  4. Don’t forget about mathematics. Math is gymnastics to your brain. Math is everywhere. If you are particularly interested in math-intensive tasks, such as video and image processing, you will need these skills as your tools.

  5. Develop a team spirit and to learn how to work well with others.

  6. Encourage innovation, and don’t necessarily stick to the authors code in the books.

  7. Work strategically. Try to find meaningful and interesting summer job or part-time job if it does not affect you schoolwork. Go find a place that pays attention to programming. Working with a good boss, your code will be used by clients. Don’t rush to become a boss. Your goal must be to learn from other people. When you are working or finding a job, don’t only look at benefits and the job title. Pick an environment that encourages learning, a company that is willing to train employees, and a company that regards you as an important person. Last, but not least, pick a good boss.

http://pthree.org/2007/05/24/good-advice-for-computer-science-students/

link|flag
1  
+0, not an answer to the question – Daniel Jun 20 at 15:34
show 6 more comments
vote up 23 vote down

Python, as I am overdue for learning a scripting langauge after sticking with Java for a long time. I'm also interested in using the Django framework, so that should be a good motivation.

Another language on my list is Haskell, as I think I should take a look at a functional language after sticking with imperative languages for a long time.

link|flag
show 2 more comments
vote up 17 vote down

F# - I am a .NET developer, and i'm interested in the fact that it deals with Multi-threading simply

link|flag
vote up 16 vote down

Haskell. Because learning to think "functionally" seems like a very good thing and because it looks mature enough to be a realistic (or close) choice for projects.

link|flag
show 2 more comments
vote up 10 vote down

C#, because it's the most sensible choice in the current economic situation. Though, if I really had a choice it'd be Lisp. (Currently a C++ programmer)

link|flag
vote up 9 vote down

Ruby due to the dynamic nature and Rails of course. I'm actually hoping to gain more insight into true object oriented programming by learning Ruby.

I would add to that the fact that I think learning a language a year is a dumb notion (probably going to catch some flack for that one) because learning a new language is really not that interesting. I find the frameworks which support the language are more compelling like the Ruby-case. Ruby is a neat language but the real value lies in the Rails framework.

I'm generally more interested in the results I can achieve with something than the something itself :)

link|flag
show 3 more comments
vote up 6 vote down

OCaml because it's both functional and quick.

D because it looks like a good alternative to C++.

link|flag
vote up 5 vote down

Lisp

I want to understand the functional approach and I love Emacs.

link|flag
vote up 3 vote down

I'm a PHP developer at the moment.

I'm planning to learn C# to gain more insight into OO concepts. Plus I'd like to write some desktop apps for a change.

link|flag
vote up 2 vote down

One PL a year is a guideline, not a hard rule... :-) And "learning" is vague: is it reading a book and get away with it (if so, I am supposed to know Forth, Lisp, APL, PostScript, etc.)? Or writing some little test code and run it? Or mastering it enough to write a small, usable application?

Anyway, on my radar, there is Python for quite some time (a classical, and might be handy for little scripts or more), and Groovy (because I want to explore at least one JVM language, and I am not fond of Scala syntax. And there are some cool stuff possible with it).
And perhaps, someday, JavaFX.

As always, the main issue is time (even more when you have a family life!).

link|flag
show 1 more comment
vote up 2 vote down

I'm not going to learn a certain language because of the hype around it or to see what new features it might have.

Once in a while I join interesting open source projects and just learn the language used in that project, so I can participate.

Or to say it another way: I do not choose a tool (like a hammer) from my toolbox and then try to solve any problem with that tool (which may or may not work), but instead I choose my language each time a new problem shall be solved.

link|flag
vote up 2 vote down
  • ANSI C
  • Objective-C (for iPhone development primarily.)
  • C++
link|flag
vote up 2 vote down

Right now I'm very interested in programming languages designed for concurrent/multi-threaded systems. F# and Erlang are on my shortlist.

On Intel's latest desktop CPUs, a single-threaded application shows 12.5% CPU usage. I don't want to explain my customers why they have to wait on an app that uses only 12.5% of their PC's power. Managing a few threads is doable in imperative languages such as Delphi, but for real concurrent programming, better tools are needed.

link|flag
vote up 2 vote down

Learning Python at the moment, Lua soon to follow. I'm gearing up for the game industry ;)

link|flag
1  
Spend a lot of time on Lua, it'll serve you well. Awesome language, imo. – GMan Jun 20 at 14:54
show 2 more comments
vote up 2 vote down

I quit my otherwise fine job last month, and took up a new position, mainly to make the switch from PHP to Ruby. So right now I'm learning Ruby. I'm still not sure such a radical move was the wisest choice, but it works; I already feel rather confident after having used the language professionally for less than two weeks.

link|flag
show 1 more comment
vote up 1 vote down

I've had Perl in my sights for 2+ years now -- I think it is about time.

link|flag
show 2 more comments
vote up 1 vote down

I don't find that advice particularly useful, IMO your knowledge will be too extended and shallow. Better learn and master a new language every 3 years or so.

In my case it's C# (after a Java and cpp/c past), and I'd like to know a functional language too (F# maybe?)

link|flag
vote up 1 vote down

I currently work as a Java developer, but over the years I have learned:

  • BASIC (age 11, home)
  • Logo (School - not in depth)
  • Z80 Assembler (home)
  • 68000 Assembler (home)
  • Pascal (age 17/18 school)
  • ML (18, university)
  • Modula 3 (19, university)
  • Java (19, university - in depth)
  • C (20, university)
  • Prolog (20, university - not in depth)
  • Perl (post university - in depth for work)
  • PL/SQL and PL/pgSQL
  • Java 5 (and JSPs, Servlets, Struts, ... enough new features and APIs to warrant listing again)

I've mostly forgotten the assembly languages and the not-in-depth languages now, it was a long time ago. I'm sure with a book and a week I could get back up to speed in them however.

From this I assume that most people will learn a language a year at university, and post university when time is much more precious they may learn one every few years, but they will also learn new APIs within each language (JavaFX, LINQ, etc) as their in-depth knowledge expands. JavaFX for me next year, I've got a good work-related excuse for that one.

What am I missing here? Python and Ruby certainly. PHP I know enough to hack it if need be, but I fail to see why I would use that over Java which is just a nicer language despite its many flaws. I'm missing the Microsoft ecosystem languages. I should revisit functional languages - Haskell seems a good choice.

link|flag
vote up 1 vote down

I'm currently considering Smalltalk, F# and Erlang from the perspective of being very different from what I've done before. I rather suspect the next one will actually be Javascript, given my to-do list for the next year...

Already learned (in approximate chronological order)

  • BASIC
  • COBOL
  • PL/1
  • C
  • SQL (various dialects, declarative and procedural)
  • VB/VBA
  • Delphi
  • C#
  • Ruby
  • Python

(plus bits and pieces of a few others)

link|flag
vote up 1 vote down

I'm doing primarily Java and a little C#. I've already started looking into F# and Scala. Hopefully next year I can really dig into one (or both?) of them.

link|flag
vote up 1 vote down

Well, I suppose the truest answer would be Python 3.0 . Of course, sense I'm coming from Python 2.5 , it probably doesn't count too much.

My next non-Python language, though, is going to be ANSI C. Python integration + speed + computer science education + history should make for a happy journey. :)

link|flag
vote up 1 vote down

C# because despite having avoided .NET and its associated languages forever (I'm more of a UNIX/Mac/Java guy by day) I got an Xbox 360 for my birthday and XNA is exceedingly bright and shiny.

link|flag
vote up 1 vote down

Ada. I just ordered a book on it from Amazon.com (along with books on computational physics, astrodynamics, strategic missile guidance, and spacecraft attitude dynamics... I wonder if I'm on any lists now...)

I just taught myself Python; before that, it was F#, and C#.

Actually, come to think of it, I need to fully teach myself C++. I can read it just fine, and write a lot of it perfectly fine. But I still haven't got the hang of templates yet.

link|flag
vote up 1 vote down

Hi,

In my university I took a course on principle of programming language in II semester. It actually talks of different types of programming language. And in my later semesters I took elective subject on each of these language. Not very exhaustive though.

  1. procedural languages ( C )
  2. Object oriented language ( Java )
  3. functional languages ( Haskell )
  4. Rule based languages ( Prolog )
  5. Scripting language ( Python ) ( A learned a little ) ( I choose python out of perl/ruby/python. I will add this scripting language all though it was not in the course work. )

Writing the same basic programs I did in the other language with the new languages was interesting, and I really liked them.

Later I learned c#, vb.net but they were like learning syntax rather than learning something new.

I really liked this approach of learning programming language for each pradigm.

I wanted to learn Lisp, but these days I really slack off.

Thanks.

link|flag
vote up 1 vote down

See what code looks like in various languages, side by side at rosettacode.
Decide for yourself, which one you could see yourself programming in.

Also a good way to learn to read code.

By the way, I would learn autohotkey if you're on windows.
It allows you to actually automate the computer from the ground up (keyboard, mouse, user interface). A great help file, you will be making useful programs in minutes.

link|flag
vote up 1 vote down

Haskell. It's static type system with inferred types is really cool. It gives all of the compile-time type safety and refactorability of a language like Java with most of the simplicity of a dynamically typed language like Python.

link|flag
vote up 1 vote down

Erlang. It seems like a really slick language for doing things on a server, and I'm doing more and more of that.

link|flag
vote up 1 vote down

Objective-J! I've never been this excited for a web-based scripting language before.

link|flag
show 1 more comment
vote up 1 vote down

Ruby, I'm bad at web development and I'd like to become better. I'm a .NET developer, I'd be better to learn ASP.NET MVC, but learning a new language can be fun.

link|flag
vote up 1 vote down
  FFFFFF  
  FF         /     /
  FFFFF  -------------
  FF       /     /
  FF   --------------
  FF     /     /

Started already. :-)
Watch this to know why?

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.