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

prev 1 2
vote up 0 vote down

None, even though Pragmatic Programmer was one of the best readings I've got on the subject, I don't agree with whole learn a new language every year debate.

Although not a new language but, what I'm going to learn next is Framework 3.0, 3.5. LINQ and all other shiny "cool" stuff.

link|flag
1  
Learning APIs is like learning a language to be honest - a very domain specific language. Same as learning SQL, even though that's a query language. The general gist is to not get in a rut with what you know. I'm going to learn JavaFX this year - it's Java and a scripting language... – JeeBee Dec 12 '08 at 11:19
show 3 more comments
vote up 0 vote down

I'm a C# developer and intend to stick with C# for a couple more years (and why not?). My next 'language' shall be domain-specific.

link|flag
vote up 0 vote down

Currently Delphi programmer, I already programmed in Basic, Assembly (a bit), C++, Java.

The next I think will be C#. I Like so much this language. I prefer C# instead Java, it is more pratical for me.

link|flag
vote up 0 vote down

Just one? I'm currently learning Objective-C in order to be able to write OS-X & iPhone apps and Ruby because Rails seems like such a great way to write web apps (I've done ISAPI with C++, PHP & ASP.NET with C#).

link|flag
vote up 0 vote down

Well, my favorite language right now is D, and in the alpha branch the pace of innovation is fast enough that just keeping up with it is almost like learning a new language every 6 months to a year.

link|flag
vote up 0 vote down

The reality is that you want to stay ahead and learn the languages that are in most demand. Microsoft announced that F# will be incorporated as a choice in VS 2010. They already have books on F#. Gotta keep up. :) I also just read an article about SAP, and I quote "You know SAP and you pretty much have zero unemployment".

Just my two cents. :)

link|flag
vote up 0 vote down

My job requires me to program in Java mostly, and I've used C/C++ and C#. So I guess my next language would be something like Ruby or Python. Something not too similar to the languages I'm already familiar with, so I can learn something new.

I think someone mentioned it in a previous answer, but I like the idea of learning one framework a year almost as much as learning one language a year.

link|flag
vote up 0 vote down

Probably Protium as one should always eat one's own dogfood.

link|flag
vote up 0 vote down

F# and PROLOG.

link|flag
vote up 0 vote down

I'm staying with C# at the moment but I really should take a deeper look at PHP somewhere in the future!

link|flag
vote up 0 vote down

The whole idea of a new language a year is probably one of the least useful suggestions I've ever heard. It reinforces the idea that your job is to write code. It's not.

We all get into this field because we like to write code. And that continues to be most people's emphasis. But as you grow in your job you'll find that there are much more useful skills that you can learn. First would be how to write a good e-mail. The quality of writing in something as short as an e-mail is abysmal in this industry. And don't get me started on longer documents.

How about how to participate in a meeting? We all complain about how useles meetings are but is that a problem with meetings or a problem with us? How many times have you highjacked a meeting to argue a minor point with somebody just to prove how smart you are? (I know I have, but I'm getting better).

In short, there is a shortage of "soft" skills in our industry most of which are more important thn "hard" skills. If you truly want to be an effective programmer learn those things that will allow you to work better with others: teamwork skills and communications skills. Noit only will you be better at your job, you will enjoy your work more.

link|flag
1  
Different languages promote different thinking. Learning Ruby made me a better Pascal programmer, for example, something that I'd never expected. – Tim Sullivan Jun 20 at 15:29
show 1 more comment
vote up 0 vote down

MISC

A homoiconic, non-strict, metadata rich, language that uses maps as its base data structure.

link|flag
vote up 0 vote down

I'm a Java developer, developing applications on the cutting edge of Java ME, also I'm, of course, familiar with C++ and I know the basics of PHP 'cos I had to build my own site ant simple XHTML was not very convinient.

If I were to choose next programming language, than except for studying PHP properly I would probably pay some attention to interpreted languages such as Python and Ruby. And certainly Groovy is also worth studying.

link|flag
vote up 0 vote down

The last language I learned was Ruby. Ruby is not completely different from languages like Java, C#, Python, Perl, but has some nice ideas behind it and the OO structure of the language and its core libraries are well designed. Also the Rails framework was a reason to learn Ruby.

However the next language will be C++, simply because I need it to customize software, which is written in C++.

link|flag
vote up 0 vote down

Cobol ! Because most of the Cobol programmers are retired, and you can make a lot of money in the banking industry with Cobol, as someone has to care for the software which actually does all the work of keeping our accounts...

(No, this was only a joke - but one with some truth in it.)

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

Scheme because it's not such bloated as Common Lisp.

link|flag
vote up 0 vote down

Rebol because it is the most amazing language, very practical that others are now copying.

Scala because it mostly ressembles Rebol for me.

F# because I love .NET.

link|flag
vote up 0 vote down

Oh in the next year? Ruby, C++, Python, and I guess OpenGL.

Then eventually F# or Haskell.

Demands of the university these days.

link|flag
vote up 0 vote down

Languages that I have learned and used over the years in chronological order:

  • Fortran
  • Algol
  • Cobol
  • Assembler on 68000 processor
  • Basic
  • xBase (Clipper compiler)
  • Pascal
  • C
  • Bash scripting
  • SQL
  • Advanced Revelation (more of a framework than a language)
  • Java
  • C++
  • Ruby
  • Python
  • Scala

Next is C#.

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

Hopefully I will improve my JavaScript skills. I think Python 3 could be a smart move and F#. To learn a new language I really need some real projects to work on, so it all depends on what needs arise. For thoose who like to learn C I suggest looking into microcontrollers. Lots of fun and a fine excuse for learning C.

link|flag
vote up 0 vote down

I currently know:

Java
C#
C
C++
VB6
VB.Net

I recon its essential that every developer knows at least 3 languages that is different in the following manners:

Syntax Sequential vs OO Runtime (VM non VM) Keywords

I have started exploring with Cocoa recently because:

A key part of the Cocoa architecture is its comprehensive views model which I want to learn more about.

Programmer is freed from implementing basic infrastructure to concentrate only on the unique aspects of an application's content.

Very powerful base objects.

Apples success.

I believe looking at "older" programming languages we can learn more about current ones.

link|flag
vote up 0 vote down

Forth. It is time, all these years after Jupiter Ace. I want to experience the power of being able to build my own language (DSL like).

link|flag
vote up 0 vote down

Fortran 2008, the time is right.

Regards

Mark

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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