vote up 45 vote down star
20

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

114 Answers

1 2 3 4
vote up 0 vote down

For me:

  • Pascal
  • Lisp
  • C
  • Objective-C
  • Java
link|flag
vote up 0 vote down

A lot actually.

C/C++ -> Java -> PHP -> Perl -> Objective-C -> Applescript -> Python -> Ruby

Basically, right tool for the right job, and some languages are fairly mature enough for specific jobs (C/C++ for speedy apps, Java for Mobile Dev, PHP for Web Dev, Perl for Web Services and Text Manipulation, Objective-C for Mac Dev, Applescript because you have no choice [some say Carbon... but come on], Python for Math and Netwwork Server Stuff, Ruby for RAD Web Development).

Besides, all of the new languages are based on C constructs so I think there won't be too much issues moving in between languages.

link|flag
vote up 0 vote down
  • I switched Perl for web development.
  • I switched to Python for large number calculations.
  • I switched back to C++ for certain fast applications.
link|flag
vote up 0 vote down

Sinclair BASIC -> Pascal -> C -> Java

Has some fun with Fortran and C++ on the side.

link|flag
vote up 0 vote down

Several times for several reasons: I do believe there is no perfect language for every application and want to use something appropriate for the job. Addtionally, I am one of those people who just likes to learn new languages

Anyway, the reasons (briefly):

BASIC to Pascal (then VAX Assembler then switching around between those three + FORTRAN and COBOL, depending on the class) when I went from a programming class in high school to majoring in CS in college.

From BASIC to FORTRAN to C to Perl for various jobs. Throw in some DCL and Bourne/BASH scripting along the way. Also, Pick Access/English (anyone else on SO done that?).

Perl to Python when I could choose my language on the job and found it too difficult to use Perl for what I was trying to accomplish at the time.

Most recently, Python to Java, PHP, and IDL (Interactive Data Language) for a new job.

link|flag
vote up 0 vote down

C++ -> Java. Why? Android.

link|flag
vote up 0 vote down
  • c64 basic
  • c64 asm
  • Atari asm
  • Atari C
  • PC Pacal
  • ML
  • Modula-3
  • Bash
  • Ruby (2001) Unstable, need something with maturity
  • Python - This I can rely on.
  • Emacs - Wow,power, what have I missed?
  • Common Lisp - Insane. This is crack.
  • Prolog (ok,I did not write a hole program in prolog.)
  • Erlang - Nice it scales
  • LFE - Wow. Power of lisp and scales.
  • Forth - Beautiful. This is art.
  • Factor - Beautiful and useful.
  • C++ (hehe) - Fuck, I need a job. Do what ever it takes.

(I have coded a lot of MS stuff, but that is repressed.)

link|flag
vote up 0 vote down

Of course: (alphabetical order)

Assemblers – 315, Neat/3 (Levels 1-2), Z80, Cadol 3, DG MV and 68000 (Motorola) (6 Implementations).

Access

BASIC - GW, TIB, QBASIC, DEC BASIC (4 Implementations).

C – Megamax and Borland (2 Implementations).

COBOL – VS2, Fujitsu, AS/400, Wang, NCR (Century, IMOS and Criterion), RM, TI, Realia, BOS, VAX, Alpha, PRU-COBOL, IBM System 36, Microfocus and Data General AOS/VS COBOL (16 implementations).

Clarion 4 for Windows

dBASE Plus 2.6 (2009 version by DataIntelligence Inc.)

Forth – Texas Instruments (1 Implementation).

FoxPro (2.0)

HTML

Javascript

Logo – Texas Instruments (1 Implementation).

Modula-2 – TDI (1 Implementation).

Mouse – IMS, Z80, Macro Assembler (1 Implementation).

MUMPS – MGlobal, MSM and InterSystems Cache' (3 Implementations).

Oracle PL/SQL – Versions 6-8.

Pascal – JRT, DR-MT, OSS, USCD, Borland Turbo and Delphi (6 Implementations).

PL/I (IBM 3090)

PowerBuilder

Progress 4GL RDBMS (aka OpenEdge ABL) w/WebSpeed – Versions 5-10.1b

RPG II (IBM System 34)

The two best language/database development environments are (IMHO)

Progress and ISC Cache'.

Albeit, for UI work I prefer Borland Delphi (Pascal).

link|flag
vote up 0 vote down
  1. Basic
  2. Pascal
  3. PL/360
  4. PDP-11 Assembler
  5. Back to Basic!
  6. Z80 Assembler
  7. 8086 Assembler
  8. Pascal - Again
  9. Back to Basic and Assembler
  10. C
  11. Clipper
  12. C++
  13. Delphi
  14. Java
  15. Perl
  16. Python
  17. C#
  18. Scala

So yes!

link|flag
vote up 0 vote down

Pistos talks the most sense.

Any decent programmer can quickly learn any language, and anyone that has been in the industry for more than a hadful of years will have had to learn several during their career. It is possible to produce useful programs in a nerw language with as littel as a few hours experience but it takes much longer, possibly years, to learn to use a language really well.

Most of the responses above talk about switching from one language to another. Pistos innparticular displays good sense. But no-one has mentioned the plight of the support programmer that might have to switch beteween half a dozen languages on the same day. This is not easy, and if the languages are similar it can lead to many mistakes.

Conceptually - for understanding programming, you only need to know half a dozen languages, each embodying a different philosophy or covering a different problem domain. For example a low level 3GL (C), a modern OO language (Java), a declarative language (SQL), a logic language (Prolog), a functional language (Lisp), and a general purpose scripting language (Perl), etc.

Personally I think C++ is an awful language - it just ruined C - a beautiful and elegant language. For object orientation I don't understand why Java was invented - much less C++. We already had Smalltalk - and that could have been built on.

link|flag
vote up 0 vote down

Well that is hard to answer. When I was in college I attempted to learn as many languages as I possibly could in order to cover all bases. But as time goes by languages change and new languages come out. For example I got jobs writing Visual BASIC programs and it was not my choice but a choice that employers made. Some jobs I did ANSI C programming, FORTRAN, COBOL, Oracle, Linux, DBase, Clipper, etc but the main language was Visual BASIC.

Visual BASIC for example has evolved since version 6.0 and Microsoft added in the Dotnet Framework and made Visual BASIC a bit like C++ in some ways. In which case my C/C++ experience helped me to learn Visual BASIC.Net. I really cannot say which is the best language because it depends on what OS platform you run it on, how fast the machine is, what it is being used for, etc. Python or Java might be a good choice for cross platform programming when you don't need to recompile code, and C++, FreePascal, FreeBASIC for when you do want to recompile code. Also Novell has made the Mono language for Visual BASIC.Net and C# for Windows developers using Visual Studio.Net to port code to other platforms but the Windows forms may have to be rewritten.

It also depends on what libraries you are using and which languages they support. Either you develop your own code to do something and that may mean developing your own libraries, or you use someone else's libraries to do something you are not able to or can't or don't have the time to write. Some libraries are open source and some are commercial so you have to pay attention to the license for each library. For example if you want to write a commercial program and use an open source library, make sure that the license does not restrict you from using it to write commercial programs or if it requires a fee to be used for commercial programs you'd better license it and pay the fee.

I tend to be programming language agnostic and I like to write a program in different languages to see which one runs best. But that is on my own time. I feel that writing the same program in different languages will help to sell the program because sometimes people who buy the program want it to be supported in a certain language. For example if I write in Visual BASIC 6.0 someone might want it in Visual BASIC 2008 , or C#, or Python 2.6, or ANSI C/C++, etc. So I feel I should write it in a few languages and see which one works better and is used better.

link|flag
vote up 0 vote down

I prefer C++. It's quite possibly the hardest language on the market to master.

I use C# and Perl at my current job.

I use C & C++ for my graduate work.

I've also used... Lisp, Delphi, Prolog, Java, x86 assembler, QBASIC, VHDL, MIPS assembler, lex, yacc, PHP and others I've forgotten about.

I switch because I have different situations that require different languages.

link|flag
vote up 0 vote down

To be honest, I've been switching programming languages to learn something new. In the process I've learnt that all languages are very similar to each other. Imperative languages all have the same control flow mechanisms, i.e. the three primitives: sequence, conditional (choice), and iteration (loop). The only differences between all the languages are the feature set and syntax.

If I want to learn a new language it is often because there are some features which helps developers accomplish stuff with less code. Those features are interesting to try out but don't necessarily replace one with another.

link|flag
vote up 0 vote down

Started with:

  1. MSX Basic, on my first computer
  2. Z80 assembly, because I needed speed
  3. Pascal, on school
  4. Turbo Pascal, because school changed
  5. x86 assembly, needed speed
  6. C++, also on school
  7. Clarion, needed to write a administrative tool for my club
  8. Progress 4GL, started working
  9. Visual Basic, because I liked it. Pushed company in that direction
  10. C#, because I liked it more

And a bunch of other "tool" languages, that are not the core of you app, but support it.

link|flag
vote up 0 vote down

I wasn't able to get through an associate's degree at a junior college without taking at least two different languages, and I wound up taking classes covering 5 languages... two in one class.

You'll benefit greatly by knowing multiple languages. Be an expert in at least one though.

link|flag
vote up 0 vote down

Well,

ZX81 Basic, BBC Basic, Modula-2, Visual Basic (old), PHP, Javascript, C#.

Along the way I've dabbled in 6502 assembler, C, C++, XSLT and some bizarre OO language at university called Enact. My favourite? Visual Basic 6, it rocks.

link|flag
vote up 0 vote down

I am going to go out my way and say I only program in C# yet I switch languages all the time (and please read on prior to giving me negative points and/or throwing flames :) )

All mature .NET languaes are polyglot-languages- if you are great at one, in a way you know many languages. You have declarative programming in it since .NET 1.0 (like JAVA). You have functional language capacities with LINQ (like Haskell). You have dynamic language capacities via .NET 4 (like Ruby). So are using C# to a high degree, you are in a way switching languages all the time.

link|flag
vote up 0 vote down

To paraphrase the winning post in "up's" so far.

Did Coldfusion

needed work

Did ASP

needed sanity

Did PHP

needed more money

And now working on Java to resolve that.

link|flag
vote up 0 vote down

I tend to use multiple languages, but I did make a big change in platform.

I started out my career working mainly with MS languages, servers, tool-stacks, because they were easy and kind of the default.

At one point though, it became necessary for me to do a bit of work with various langs/tools on *nix servers for several months.

Much of it was difficult because I wasn't familiar with it, but I did get used to it.

Then, when I went back to working mainly with MS, I found that I didn't like it anymore. I just liked open source better, I liked linux better, I liked the various languages better, and the support community, and the fact that you could take ownership of a project to whatever depth you needed to, even though you don't need to most of the time, without hitting a proprietary black box, beyond which only employees of a particular company can go.

I was a contractor, so it was pretty easy for me to make the switch by making recommendations and looking for different types of projects. At this point, I only really use MS for my workstation, which is one thing I think it really does excel at.

link|flag
vote up 0 vote down

Why yes of course!

BASIC

Awesome, I can really make useful stuff myself, like this awesome crossword puzzle generator.

Turbo Pascal

Cool, it makes real EXE files! No interpreter required! Bit slow for pixel-by-pixel graphics stuff though...

C++

Now this is awesome. Check out this awesome Star Wars game I made (I was a kid, who cared about copyright back then) - oh and this thing that zooms in on a Mandlebrot image in real time, oh and this thing that is an audio codec/speech recognition thingy but that never really got finished...

Dabbled in Java, C, even Haskell for university

It's amazing how little free time you have when you finish high school. If I'd have kept programming at the rate I'd been going back when I was doing Pascal and C++ stuff I'd probably have created the equivalent of a few operating systems or office suites by now.

PHP

Now I'm coding PHP professionally and I think I'm expert at it.

Javascript

Now here is something I am definitely not expert in yet, but I intend to master.

But then I'm also thinking of going back to C++.

Or learning Python.

...

link|flag
vote up 0 vote down

I went from one language to another in a quite strange order

  • vb6 : read about it in a magazine and stuck with it for 3 years
  • Basic : took it in the first year at college (foundation year)
  • vb.net :imagine cup france .. (for a small time)
  • java : first year at computer science dept.
  • c/c++ : first year summer
  • objective-c : i was an intern at a company developing iphone applications
  • python : at my free time .. really a great language

dont know what is next ... but may me more python , ruby and/or c#

link|flag
vote up 0 vote down

In school I worked with QBasic, C/C++ (started language neutral, but then worked with Win32 and DirectX), COBOL, VB6, Java/JSP, x86 Assembler, and various flavors of SQL.

Since school I've learned enough PHP to get by, a bit of OPL, VB.NET, a bit of C#, and InstallShield scripting. I've really been enjoying learning .NET, right now my preference has been with VB.NET because that is what our current big project is written in, but I'm comfortable with C# and have gotten to where I can understand it just as easily.

link|flag
vote up 0 vote down

Pascal - Delphi (OOP, DB) - Java (Servlets, Desktop Software) - C (system programming) - Ruby (Rails) / Javascript (Qooxdoo)

And that is not including the ones that I spent less than a year working with...

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) -> Objective C (for iPad development)

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

link|flag
1 2 3 4

Your Answer

Get an OpenID
or
never shown

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