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 0 vote down

Fortran 2008, the time is right.

Regards

Mark

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

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 1 vote down
  FFFFFF  
  FF         /     /
  FFFFF  -------------
  FF       /     /
  FF   --------------
  FF     /     /

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

link|flag
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

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 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 0 vote down

MISC

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

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

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 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

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

F# and PROLOG.

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 0 vote down

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

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 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 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

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

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

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

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 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

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 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

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 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

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 2 vote down
  • ANSI C
  • Objective-C (for iPhone development primarily.)
  • C++
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.