vote up 39 vote down star
14

The stereotypical programmer is very keen on writing software in one particular programming language and is very fanatic about defending their programming language in any way they can, without being realistic about whether their programming language is the best tool for the job.

The other kind of programmer can take a step back and switch between languages (or is not very concerned about doing everything in just one language), is a "jack-of-all-trades", and doesn't mind learning a new language as long as it solves their problem in a good fashion.

Did you ever switch from one programming language to another? If yes, why?

[P.S. Please don't just answer with "I switched from language A to B because company X sucks! I think it will be very useful to understand why people switch between languages, or what's the best tool for a particular kind of job]

flag
1  
what makes you say the stereotypical programmer works in one language. Most I know work in many (Javascript, some backend language, XSLT, shell scripts, build scripts, etc.) – grom Nov 26 '08 at 8:49
show 1 more comment

113 Answers

vote up 1 vote down

Java to C#

link|flag
vote up 1 vote down

Started in Quantel Business Basic

SAS on S/370 - changed employer

SAS & C on OS/2 - changed employer

SAS on Mac - changed employer (dual boot? don't remember...)

PowerBuilder - internal transfer to app dev group

PowerBuilder @ new employer

Java - client choice

Java/PowerBuilder/Javascript combined

Powerbuilder - changed employer

C# - new development @current employer

link|flag
vote up 1 vote down

Yes, many times I have switched and probably will do so in the future. A few examples:

1) Basic -> Pascal. In high school, there was a shift to a language that allowed more types as Basic seemed rather limited to int, string, and arrays, at least the Watcom and Commodore 64 Basic I used.

2) Pascal -> Modula-3. Going from first to second year at university, from Macs to Unix systems this was the change in programming languages.

3) Modula-3 -> C/C++. 2nd to 3rd year university, the latter was used for both a Concurrency and a Data Structures course.

4) C/C++ -> VBScript. ASP replacing ISAPI Extension functionality in my world. It was kind of nice to get into HTML and add scripting tags to make the functionality rather than work in C/C++ Macros and a propietary mark-up language.

5) VBScript -> C#. Going to ASP.Net from ASP. This was useful in getting rid of the on-the-fly variable naming issues I had seen in ASP repeatedly as most variables are global by default.

Of course this omits reversions as legacy applications may have used older stuff as well as 3rd party code that may have been in something I didn't have a lot of control over. I also am skipping dialectal changes like going from Commodore 64 Basic to Watcom Basic.

link|flag
vote up 1 vote down

As a hobbyist, BASICA to GWBASIC to QUICKBASIC, because that is what came with the computers. Those were the logical progressions.

Through high school, I picked up, in no particular order Borland C++, Visual Basic 3, a bit of Perl, and a little COBOL. I did odd contracts in each, none of which were probably particularly good.

Through college, I switched largely to Visual Basic 4/5 and Visual C++, with courses that covered Perl, C++, and COBOL.

My first job in development was Visual Basic 5 and moved to a shop that was using Visual Basic 6. That shop subcontracted me to a couple of vendors where I revisited Perl and COBOL again (the client was Honeywell, who I am sure is still using both languages, based on their rate of adoption).

Moving to another job, it was still mostly Visual Basic 6 with a side trip through PHP and Classic ASP. Finally, I was able to get my foot in the door with a little VB.NET very close to the time of initial release.

We packed up our bags and moved east for better job opportunities where I hit the ground running with C#. It has been mostly C# since then, with the occasional "legacy" application in VB.NET.

link|flag
vote up 1 vote down

[fanboy vs. language slut] Did you ever switch from one programming language to another? If yes, why?

I'm a language slut. I like learning new languages, and somewhat perverted I like (sometimes) deliberately using the wrong tool for the job, just to see how far any given language can stretch. Of course, only for my hobby projects :)

I often "switch" languages, in that I'll typically use the language I know that'll let me do what I need fastest. For some time, all I knew was C, so I wrote everything in C. Then python, and bash scripting. If portability is ever an issue, I'll probably rewrite my ~/bin in python, but for now /bin/sh is fine.

To answer your question succinctly: I've never switched per se, I've just added new tools to the toolbox and stuck to "the best one", which has tended to remain constant throughout some time, but with sudden shifts once I learn a new language.

And I advocate learning new languages for a broadened understanding of what programming is. If I could force any languages upon people, I think I'd pick the following:

  • C: for the pointers, and the low-level understanding you get
  • Haskell: for understanding (pure!) functional programming
  • Lisp (or scheme): for understanding macros and (so I've heard) (mini-)language design.
  • Smalltalk: I don't know it, but I think it might teach you a thing or two about what OO was really meant to be about.

And I don't recommend a "switch" to any of them (I only know C well enough to be able to recommend a switch to that, and I know there are many jobs that C aren't the ideal tool for). But learn them for the better understanding they'll give you.

link|flag
vote up 1 vote down

Yes, mostly due to business reasons. I used Java heavily in college days, but my final project was in PHP.

My first job required ASP classic and Visual C++.

My second job brought me back to Java. Then I switched to a C# winforms application team.

I occasionally do PHP on the side for fun.

In general I would say the big drivers are market demand and simplicity. Yeah you can be a LISP guru, but who would pay you for working with it?

link|flag
vote up 1 vote down

One reason to stay with one language as much as possible is to avoid the situation in which every project in your company is implemented in a different programming language, which in turn comes with a different IDE, standard library, custom written libraries, library quirks, programming language idioms, quirks and limitations, profilers, etc...

link|flag
vote up 1 vote down

If it can't be done in LOGO, then it isn't worth doing!

If that makes me a

REPEAT 4 [FD 100 LEFT 90]

I don't care!

Turtle Power!

link|flag
vote up 1 vote down

Im young and can already notice, most of us dont switch by choice, but my job requirements. When a new job req. comes up requesting a specific language, you take on the challenge and the fun to learn or get better in that lanaguage.

You asked why.

why not

link|flag
vote up 0 vote down

I decided that there was a point in my career where I wanted to be verse and have professional experience in more than one language.

I went from C# to Ruby and use both in my daily development life.

It's very pragmatic to at least have a few languages under your belt for the reasons you mention... but I also felt that I would be more marketable having two popular languages on two sides of the spectrum.

Adding a third one currently, Objective-C... so I should be able to take on any platform: web, desktop, or mobile.

link|flag
vote up 0 vote down

Use them all I say. If I were to summarise the languages I use on a daily basis

  • Regexp ( Sed / Grep / Perl / Php / Ruby / Javascript )
  • Php
  • SQL ( Mysql and Postgres flavours, depending only on what I have been given to use )
  • Javascript
  • Ruby
  • Perl ( still new here )
  • Python ( Only did a little )
  • Occasionally write C/C++ stuff ( hardly ever )

Some people will say the above and mean over a long course of time. I just jump from one to the other as demands require. Saying otherwise is like saying "yeah, i switched from screwdrivers to spanners, spanners are much better". Keep your toolbox handy and don't forget how to use them. :)

However, that Java thing and that C# thing i just stay away from.

link|flag
vote up 0 vote down

I switch languages on a daily basis. I'm constantly swapping between bash and my active project. My current hobby project uses D, Objective-C and PHP so I'm often switching between them. At work I use C#, VB6 and SQL.

link|flag
vote up 0 vote down

My progression was:

  • Basic
  • Borland Pascal
  • Visual Basic
  • PHP
  • Java
  • C#

I do maintenance on an enterprise PHP app, but all new development is C#.

link|flag
vote up 0 vote down

I have switched almost every time I have changed jobs. The one that was under my control was early in my career, switching from C to C++. Since C++ was a superset of C, it was an easier transition -- the team wanted to use some of the features and we carefully transitioned as we got comfortable using the parts of C++ that were useful to us.

I have recently switched from Java to C# (2+ years ago) -- but that was because of a job change. Now that I have done it, I would say that each have their place -- for making Windows GUI's I would definitely stick with .NET languages.

On my own, I use pyhton for web site writing, but that's because I like Django for making web sites.

What the end product's runtime is, is a big factor in what language I choose to use. For example, if I was making an iPhone app, I'd have to learn Objective-C.

link|flag
vote up 0 vote down

BASIC -> Perl -> PHP -> C++ -> C -> x86 ASM -> Python -> ARM ASM -> C# -> Nemerle -> Boo

These days I primarily write x86 ASM, Python, and Nemerle+C#. Best toolchain for compiler and emulation dev I've found.

link|flag
vote up 0 vote down

It is always depends on the task at hand. I have worked many on different languages. The ones that I seem to work with the most (because of demand) are PHP and C#. If a project had more integration in a *NIX platform or needed to use MySQL or message between other *NIX applications then I choose PHP. PHP has great integration for the *NIX platforms, it is easy to get up and running (LAMP) and it feels more like it is "meant to be."

I have experimented with forcing a language to work, for instance C#/Mono on the Linux platform. This ends up being more hassle than necessary. I love C#, but that belongs in Windows :) I recently tried to use Mono with TeamCity, MySQL, NHibernate and Linq on Linux. I found that this got more and more painful as I integrated more and more. I ended up running the entire solution in Windows, scratched NHibernate and started using the Linq to Entities framework. I also scratched MySQL and started using SQL Express. Finally, I decided to use WCF since I was going all Windows and needed to use interfaces and generics over the wire.

Again, if you choose a platform than it is less painful to switch to something that is designed to natively work with that platform and/or anything you may be integrating with. It makes upgrading , maintainability and integration easier.

For the Most part, I think a lot of this is driven by the requirements of the project, If it is a startup, with no other dependencies, then choose what you are most comfortable with. For web projects, there is always cloud hosting, if you want everything :)

link|flag
vote up 0 vote down

BASIC

E

Pascal / Delphi (school)

Haskell (university, yikes)

C

C++

Java

bash scripting

SQL

Forgot about all the religious wars of my teenage years. These days it's all about comfort a language offers... I've become spoilt ;)

link|flag
vote up 0 vote down

Turbo Pascal

PHP

ASP (VB Script)

ASP.NET (C#)

Visual C#

Java

I'm currently switching between PHP and ASP.NET for work reasons, and am studying Java to get some experience with Open Source Software Development.

link|flag
vote up 0 vote down

Generic progression:

Perl -> SQL -> PHP -> Javascript -> CFML -> Ruby

Details:

Perl/cgi : began web programming in the later 90s

SQL : needed relational databases ...for some reason flat text files just were not cutting it any more ...mhmm

PHP : moved, and couldn't find work in perl so i picked up php.

Javascript : i need to add interactivity, beyond the the standard rollovers, and believe it or not javascript turned out to be a robust mature language.

CFML (coldfusion) : my first exposure to cfml was when i was stil writing perl, but didn't give it much thought. then once it was dubbed "a dead language" i had a mutual friend ask me about it.. i was between jobs so i picked it up and started playing around. Now i love it! everything compiles down to java on the fly, i can use java libraries. Quite the powerful language/framework for web applications.

Ruby (not just rails) : after seeing this might not be another "flash in the pan" buzz word language, i decided to check it. Really fun. All my previous languages i picked up for gainful employment of some sort. This one was pure fun, though i am still learning it, it it proving most enjoyable to write in (when i make the time ..:/).

Java [Coming soon].

link|flag
vote up 0 vote down

Basic (self taught) -> Pascal (in high school) -> Visual Basic (for work) -> Delphi (Visual Basic done well) -> C# (for ASP.NET) -> Ruby (on Rails, because it's faster to develop in)

In the middle there was COBOL, FORTRAN, x86 Assembler, OPS5 (ugh), Prolog and Perl, but those were the major ones.

link|flag
vote up 0 vote down

BASIC -> C -> C++ -> Python

Now using C, C++, and Python

link|flag
vote up 0 vote down

I learned during college several languages, including: Scheme, Pascal, LaTeX :), C, Fortran 95, Prolog, x86 Assembly, Java (JML, JavaCC, ...), PLSQL, C++, Yacc/Bison, Matlab, R, ML, PHP, ... (Of course, we have also studied several modeling stuff like UML, Petri Nets, COOPN & co, ...).

Finally, I work with C, C# & PLSQL.

The most important point is that when you know the programming paradigms, then you can easily switch between languages (and it's never a problem to discover a new one).

During my free time, I work with PHP (my own website, ...), Java and Prolog (just for fun).

link|flag
vote up 0 vote down

Lingo - verbose, but a nice easy intro to programming. Sprites!

Visual Basic - verbose, boring grey boxes

ActionScript1 - tellTarget? No thanks.

Java - way too hard for me at the time.

PHP + SQL + JavaScript + HTML = boring

ActionScript2 - good!

ActionScript3 - better!

C# - Best!

link|flag
vote up 0 vote down

My progression: *BASIC *LOGO *TI-BASIC *Javascript *Java *C *Java

My parents bought me my first machine when I was 6, and I keyed programs in from ATARI Computer Monthly. I did some more BASIC in elementary and junior high on Apple II's. Then I did math programming in LOGO at a summer camp. Next, I got a TI-83 for high school chemistry and ended up building a math suite that lasted over 7 years in my high school, just getting passed around by different students. I started actually studying programming with Javascript tutorials online, and then I bought myself a Java book because I wanted to do graphics programming with Applets. In college, we were required to study C, and then later I took optional Java courses. My first employer gave me the option to implement his system in any language I wanted, and I chose Java. Since then, all my professional development has been in Java, but its ranged all over: *high-performance HTTP client *data-input web clients *data-input wizard rich clients *high-performance messaging servers

link|flag
vote up 0 vote down

Yes, I've switched between languages many times.

The reason is, you should use whatever language makes sense to solve a given problem. That is why you should be able to dive into almost any programming language you see. For starters, it just helps to know your way around and to know where the documentation is.

E.g., assume you come and work for a company which is ASP.NET all the way. Why would you want them to switch to Python? Because you are more familiar with it - that's not in the best interest of your client. Of course you would program/build whatever they want in ASP.NET.

Over the years I've done Perl, PHP, Basic, Java, ASP, Python and even some Ruby (not on Rails). It just made sense in that situation to use another one.

Sometimes when I start from scratch and people come to me, I will recommend what I think is in there best interest and gets the job done. If that involves recommending someone else for a job, I'll do it.

link|flag
vote up 0 vote down

Programming languages are tools, and you should use the best tool for each task. Sometimes this means you're using C++, other times Java, or Ruby, Perl, PHP, Erlang, etc.

At my current job we have apps in C++, Java, Ruby, and Perl. We (developers) definitely have a comfort zone and preference for programming languages, but that is secondary to the requirements.

When we hire people, we only require that they know one major language, with the assumption that a good developer can pick up a new language fairly easily. If someone is fanatic about a single language and isn't flexible enough to adapt then we don't want them.

That's a long way of saying "Yes, we switch from one language to another all the time."

link|flag
vote up 0 vote down

At work I program in the language I have to program in at work. :-) But for my own projects I started using Ruby in 2000. Fun language.

But last year I switched to Erlang. Why?

  • I find that functional programming maps on to my mind much better than OOP.
  • Concurrent programming is powerful, fun, and the only sane path forward in a multi-core world.
  • Erlang is much faster than Ruby (and sometimes that really does matter).
  • I like compiling. :-) Call me a dork, but I like having a sanity check. I like warnings. I like to know when there's dead code. I like it when the computer catches my stupid typos.
  • Pattern-matching is the funnest ever.

It hasn't all been rosey and smooth, though. Erlang has it's warts. And I still turn to Ruby for the super-low-overhead. (Any program of 20 lines or less, I'll bust out the Ruby. $ ruby -e "[your one-liner here]" FTW.)

But for larger programs, Erlang's concurrent functional programming is for me: solid, performant, and fun enough to make me giggle on occasion.

link|flag
vote up 0 vote down

In the world of development it's evolve or die.. ;)

FWIW: VB COM -> Delphi -> Java -> C# -> Objective C

link|flag
vote up 0 vote down

I think I've used something on the order of two dozen languages over the course of my career. (FORTRAN, several proprietary implementations of BASIC, assembly, Pascal, INFO, R/BASIC, C, C++, Visual Basic, VBA, Perl, PHP, Python, C#, SQL, XSLT, Javascript, a couple of DSLs including one I wrote myself, man, it's endless.) I've gotten fanatical about a couple, at various points (AREV in 1989, XSLT in 2001, Python today).

Many times I've had the language chosen for me by circumstance, either because I'm working on an existing codebase or the hardware only supports one useful language. It was only fairly late in my career that I got to the point where I started making those decisions myself. I like that position better.

link|flag
vote up 0 vote down

I constantly switch around depending on what I am trying to accomplish.

java - first language, but never use it anymore PHP - anything web related Perl - anything parsing related Python - usually use this if i need to make some kind of command line app really quickly C/C++ - anything speed related C# - anything windows gui related

link|flag

Your Answer

Get an OpenID
or

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