vote up 40 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

1 2 3 4 next
vote up 0 vote down

Started with Z80 machine code on my ZX Spectrum (yes, actually typing in opcodes). Learned a little Basic, used Pascal and Fortran for some jobs when I was in college, had to learn some APL for my job at the Central Bank of Turkey, learned C after my introduction to the internet (hat tip DJGPP), learned Java when I started programming experiments and finally switched to Perl for most of my needs (although I try to stay familiar with other languages).

Along the way, I have had to use other languages as the situation called for it.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

For me:

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

Used: CBasic -> FORTRAN -> Z80 Assembly -> Lotus 123 (see below if you don’t think spreadsheets are a programming language) -> C -> 8080 / 8086 / x86 / 68000 Assembly -> Hyperscript -> Eiffel -> Objective C -> C++ -> Java -> C#.

Tinkered With: TRS-80 Basic -> 6502 Assembly -> Lisp, PL/1, MBasic, Dbase, Postscript, Visual Basic, SQL, Delphi, JavaScript, F#.

Someday I’ll have a look at what all the fuss is with dynamic languages, but I am too busy lately. Will C# 4’s new dynamic features count?

If you have nothing better to do, below is a little insight into how / why I ended up using some of these and how / why I moved on to something else.

TRS-80 Basic – I was a young Honda motorcycle mechanic in 1978 when the owner of the motorcycle shop purchased a TRS-80 in an attempt to automate the parts department (all those parts and no computer – how did we do it?). I tinkered with it some, but the unreliable cassette tape storage was too frustrating and racing motocross was a lot more rewarding for a 19 year old with a competitive streak. Too bad for me.

6502 Assembly - I was a bored motorcycle service manager in the dead of winter in Lawrence, Kansas (Rock Chalk, Jayhawk!) in 1982 (too cold for motorcycles and not enough snow for snowmobiles). So I bought an Atari 800 to play video games and found that programming was more fun. My Atari 800 did not have enough RAM for Basic - sometimes it's better to be lucky than good (I’ve often thought that learning assembly before anything else taught me something useful). I actually got a Reversi game and disk copy program working and somehow convinced Byte magazine to publish a reference to them. I think I sold three copies…not very rewarding considering the fact that I was sure I had the fastest disk copy program ever created.

CBasic – I decided it might be nice to get paid more than 9 months out of the year (motorcycle service in Kansas does not pay too well in January) so I sold the Atari and bought a Xerox 820 CP/M computer which had a pair of huge 241K 8 inch floppy disk drives and an unbelievable 64K of RAM! It was the most expensive thing I had ever purchased at the time. I was fortunate to find consulting work for a local VAR customizing CBasic accounting software for local businesses. CBasic was far superior to MBasic (Microsoft Basic) for many reasons (did I mention it was much faster). Looking back, CBasic was the first language I used which was reasonably good for developing business software.

Z80 Assembly - the VAR got involved in marketing a portable computer called the Zorba (like the old Osborne portable). It had reliability issues and I got involved in fixing some of the issues which was a great learning experience. Wow, I could write some amazingly fast stuff in Z80 assembly. Did I mention that I used to race Motocross and I like “fast”?

Lotus 123 - I know, most programmers don't think of spreadsheets as a programming language, but you could make a case that "spreadsheets are the most popular functional programming languages in the world" (Google it and you'll see what I mean). Lotus 123 was the first really great piece of software I used. It was so much better than VisiCalc, SupreCalc and Microsoft's Multiplan which I had helped our customers with. Did I mention that Lotus 123 was faster - like night and day! I went to my boss and told him we should develop our own spreadsheet, because as good as 123 was, we could do it better (I think I probably meant “even faster”). He laughed and promptly dismissed the idea – but I never forgot it.

C – Through a series of fortunate events, two years later I was leading the development of the Smart Spreadsheet 2.0, and later SmartWare 3.0 (office productivity software for DOS / Unix which never made the transition to Windows). After going to COMDEX in 1986, I persuaded the powers that be to let me start building a new spreadsheet for Windows – which eventually became Wingz for Macintosh because Windows wasn’t quite ready for prime time. Wingz went from 0% to ~25% of the run rate for spreadsheets on the Mac in a short period of time thanks to the fact that it was years ahead of Excel in several areas (yes, it was faster, but it was a lot more than that). Unfortunately for me, Informix had purchased the company and decided to get out of productivity software when their core database business hit a rough patch, so all that hard work went down the tubes (biz lesson – own your own code if you possibly can).

Smart Project Processing and Hyperscript - SmartWare and Wingz actually had their own builtin languages - Smart Project Processing and Hyperscript. Both were English like (wordy). I had argued for making the language built into Wingz a derivitive of Pascal - but the powers that be were sure that nobody who used a spreadsheet would ever want a real programming language.

8080 / 8086 / x86 / 68000 Assembly – back in the day when it was the exception to have floating point hardware it was crucial to have your own floating point routines. Smart Software and Wingz also had a fair amount of assembly for frequently used string and memory routines. Sometimes I still wish I could implement a crucial C# method in assembly…but who wants .NET code that is unsafe these days?

Eiffel - I stumbled upon one of Bertrand Meyer’s early books on OO programming in Eiffel. I never did any real work in Eiffel but I believe reading this book taught me more about creating reliable and reusable software than anything else I’ve done in all my years of programming (that sounds like something an old person would say).

Objective C – I purchased a beautiful Next Cube for $15K of my own hard earned cash (my wonderful wife though I was nuts). I quit my job (guess what my wife thought about that?) and tinkered around for a while, did some performance work for a networking company and eventually started to write my own spreadsheet for NextStep in Objective C. The Next was built on the Mach kernel and was the first OS I used with real lightweight threads – the things I learned about multi-threading back then are definitely useful now! It had Display PostScript – which was actually the thing that first attracted me to it. The concept of the display and printer having the same graphics language seemed like a no brainer to me and I was sure Next was the next big thing. Most people know the descendant to NextStep as Macintosh OS X.

C++ - Unfortunately, Next didn’t make it and I needed to find a way to pay the bills, so I converted my Objective C / NextStep spreadsheet to C++ / Windows (via MPW Pascal but that’s another story) and teamed up with some guys who knew how to run a business and sell things. We released Formula One as a VBX (Visual Basic 4 Extension) and C library in 1993, followed by a C++ wrapper, an ActiveX (COM) version and even a Netscape Navigator plugin – which was the first internet spreadsheet AFAIK.

Java – Having led the development of commercial software which ran on multiple platforms, I completely bought into Java’s Write Once Run Anywhere mantra. I already thought the idea of a “real” spreadsheet running in the browser was a real solution to a real problem and Java Applets seemed to be the perfect way to implement this. Formula One for Java was the dominant spreadsheet component for Java for several years – basically until the pricing model was changed to “as much as we can get” which drastically reduced the ability to add customers. Formula One is now the engine behind Actuate’s e.Spreadsheet which is still a pretty good product as far as I can tell (albeit expensive).

C# - My official reason for leaving Actuate several months after they purchased Formula One was the fact that they would not let me build Formula One for .NET (biz lesson – don’t have business partners who will sell your code to someone else if you can possibly avoid it). They had and still have good reasons for this and I still like the people there – but I was tired of trying to build a real GUI application with Java / Swing. While Java was great at some things, it was definitely not so good for building GUI applications (remember, this was 2002, I don’t know how true that would be today). C# made some important improvements (Java still had no enumerated type after 7 years!). But the key was that, IMO, Java’s Write Once Run Everywhere mentality led to sub-standard Windows applications – and most business software developers who wanted a spreadsheet component wanted it to look and feel like proper Windows software.

Managed C++? – I sometimes think we might rewrite our core engine in Managed C++. Theoretically, we could then build safe .NET components as well as a native core engine from the same source code base. I have no doubt that a C++ core engine compiled to native code would be faster at any given point in time than the C# equivalent. But my concern is that adding features and improving algorithms would take much longer in C++ than in C#, and that eventually we would get to the point where we would have been better off sticking with C# for it’s increased programmer productivity.

F#? - As I consider the work we need to do to take better advantage of multi-core processors, it seems that it might make sense to convert portions of our code to F#. If we’re lucky, all of the features which make F# better for multi-threaded scalability will find their way into C#.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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