vote up 7 vote down star

This is partially to help me figure out where I should be looking to improve myself now that I'm officially looking for a new job, but mostly I'm just curious. Many people recommend the TIOBE index as a metric for "what's hot" in programming languages today, but I've read a lot about how biased/inaccurate this list can be.

I know SO likely contains a bias all it's own (C# and .Net being our two largest tags), but I'd really like to know what you all use at your day jobs.

It's preferable to have one language per answer, with anecdotes and such reserved for the comments. I'm pretty interested in proprietary/rare environments (e.g. from my last job), and I think if you mainly use specific library (e.g. jquery) that's probably great as it's own answer.

I'll stop ranting now. Let the voting begin!

To All Downvoters:
I'm noticing a lot of answers now have negative scores. Unless the content of a post is woefully off topic (i.e. makes no mention of what they use at work), please refrain from downvoting. A negative score would logically indicate less than zero people use the technology, which is clearly impossible if someone submitted the answer (regardless of how much we'd all like to believe no one uses "M" and it was all a bad dream).

I do notice there are a lot of multi-language answers, and I think that's what the downvoters are really targeting here. In some cases, these are legitimate answers (i.e. languages that naturally compliment each other - like someone saying they use Javascript/jquery). In other cases, it's more likely that these should just be separate answers. I think a more valid approach might be to edit these answers and split out into new answers.

flag
9  
Swearing. That's a language of it's own :D – blowdart Jul 25 at 6:23
1  
I like to think c# and .net are so popular on SO because they cause so many problems and not because of their popularity. – MitMaro Jul 25 at 6:33
3  
No, swearing is an art form. – Gabriel Hurley Jul 25 at 6:34
2  
People, please post -1- language per answer. Or vote your language(s) up if somebody already posted it, else the idea of the OP won't work. – Wouter van Nifterick Jul 25 at 6:45
2  
English, mostly. – Randell Jul 25 at 6:59
show 4 more comments

closed as not a real question by cletus, paxdiablo, Neil Butterworth, Shoban, skaffman Jul 25 at 10:02

29 Answers

vote up 4 vote down

Iam something like a Webdeveloper too, mostly iam using

  • alt text
  • Javascript
  • CSS

Before my job as Webdeveloper i've mostly used Lotusscript Language to create some small Applications for Lotus Domino. But i must say : PHP Rock'z :-)

link|flag
vote up 5 vote down

Mostly C#

A little bit of SQL, XSLT, HTML, CSS and Javascript

link|flag
vote up 0 vote down

I'm not a professional programmer, but I use my skills to develop several applications by myself. I currently use:

  • Visual Basic .NET

  • C#

  • PHP / HTML / CSS / JavaScript

link|flag
vote up 0 vote down

One of the other hats I wear has to do with mathematical/statistical software (very niche market...), and for that some of the big ones are:

  • Matlab
  • SPSS
  • SAS
  • JMP

They've all got their associated programming/scripting languages and techniques. Useful in scientific and engineering realms.

link|flag
vote up 0 vote down

C#, C++ are main languages for developing software. For tools we use Perl, javascript, IronPython, IronRuby.

link|flag
vote up 0 vote down

I do web development, mostly backend.

  • PHP
  • MySQL
  • ActionScript 2 & 3
  • Bash (very little)

For PHP we use the Zend Framework but I don't like it. It's cumbersome.

link|flag
I like ZF more than Cake, but less than CodeIgniter. – eyelidlessness Jul 25 at 9:02
It's arguable whether MySQL is a language (SQL is clearly a language, whether MySQL's extensions constitute one is debatable). Is bash a language? It's a shell, it has some language constraints. Are shells languages? I'd say yes. – eyelidlessness Jul 25 at 9:08
vote up 0 vote down

My first language is C# that frequently used at my daily job. But I also want to learn more about C++.

link|flag
vote up 0 vote down

Python : twisted, SQLAlchemy, pyamf ... Action Script 3 : Mate C : Glib

link|flag
vote up 2 vote down

I use Delphi for Win32 development in my job

link|flag
vote up 4 vote down

Honestly, the one that impresses clients and gets me jobs is:

jQuery!

(jquery.com)

people constantly say "I love that flash site..." and I say "that's not flash..."

link|flag
2  
But it is not a language – finnw Jul 25 at 7:54
2  
True, but it earns me money. – Gabriel Hurley Jul 25 at 7:57
1  
It's... not a language. jQuery, like many Javascript libraries, allows you to accomplish a lot. But it's not a language. It's a take—a novel one, in a few respects—on Javascript. But clearly the language that you're using is Javascript. – eyelidlessness Jul 25 at 9:01
1  
It's also cited as an example in the poster's question, so it's clearly something he cares about. – Gabriel Hurley Jul 25 at 9:22
vote up 0 vote down

C#, asp.net, sql server, memcached (moving towards velocity), ddd, tdd, bdd, lucene.net (A LOT), jquery, custom ajax stuff, css, html , and lots of foul humor to keep the 30 hour shifts entertaining.

link|flag
vote up 0 vote down

Groovy


link|flag
I love the Groovy :) – rlovtang Jul 25 at 8:20
vote up 1 vote down

I work in a bioinformatics research lab:

  • C
  • C++
  • Python
  • Perl

C has been our mainstay, but we are switching to C++.

link|flag
vote up 2 vote down

SQL on (MySQL, Informix, Oracle, SQLite)

link|flag
vote up 0 vote down

We use C# here with Oracle PL/SQL as backend. Well for our group only. Our company is diverse enough that we go from COBOL to JAVA as well

link|flag
vote up 0 vote down

If you have love with raw programming, learn C/C++ or Java. If you are more like UI loving guy, get to .net languages C# ASP.NET etc. If you like designing, learn flash or jscript etc. Some languages doesn't require much learning like PHP ASP, so I will recommed not to start with it.

My recommendation: Learn C++ and then you can shift to any damn language. All that differs in PLs is syntax and APIs.

Language doesn't create much problem, but domain is, like shifting for Windows to Linux, UI to drivers and things like that. So better decide your interest level in domain and then choose some language, which is actually very hard thing to do :-). I was not able to do that, all that comes after you experience work in different domains. But that is theoratically recommended and good students are able to do that in time :-)

So best of luck!!

Cheers Amit

link|flag
Not exactly the intent of the question. I'm largely focusing on C# and Java (more on the latter right now), and I meant that part of the question as informative filler only. The question was supposed to be "what do you actually use at your place of employment." Thanks for the info, regardless. – AgentConundrum Jul 25 at 7:02
> Learn C++ and then you can shift to any damn language The steps from C++ to, say, OCAML, Haskell or Erlang are not that obvious. – Steve Gilham Jul 25 at 7:53
vote up 1 vote down

Javascript, on the server, on the client, and everywhere inbetween.

link|flag
vote up 0 vote down

At my work we use:

  • C# (for most projects)
  • ASP.NET (for web interfaces)
  • Delphi (mostly maintenance of pre .NET projects)
  • VBA (usually in Excel, for anything that requires a lot of data shuffling and rearranging)

Actually, I have lately come to like VBA a lot, for two main reasons:

  1. Deployment is a no brainer. At least in a company network where all computers are running on the same OS and Office versions, it's just copying/mailing an xls file. Can't get any simpler than that.
  2. Empowerment of the users. I actually encourage them to go and make small enhancements themselves. I know that this is risky, because I may be called to fix their screwups. But by reviewing what they do I am getting really good input on which features are great/which user interface works. And if they need some small VBA tool, they can sometimes write it themselves, without bothering me.
link|flag
vote up 0 vote down

C# for most production code, with some close-to-the-metal nominally C++ components (usually written as if it were C, alas). IronPython for build scripting glue

I can't wait for VS2010 to be released so that F# will be present on our build machines.

link|flag
vote up 0 vote down

Java, for desktop apps

link|flag
vote up 0 vote down
  1. C++
  2. Lua
  3. Python
  4. Perl
  5. Bash
link|flag
vote up 1 vote down

Java


link|flag
vote up 1 vote down

JavaScript (on the client)

link|flag
vote up 2 vote down

Java for work, Python for enjoy

link|flag
vote up 0 vote down

Prototype (JavaScript)

link|flag
Prototype is not a language. – eyelidlessness Jul 25 at 9:05
I know, but read the question: "and I think if you mainly use specific library (e.g. jquery) that's probably great as it's own answer." – rlovtang Jul 25 at 9:18
I voted you up. – tuinstoel Jul 25 at 10:02
vote up 0 vote down

Obscene, especially when working in ActionScript.

link|flag
vote up 0 vote down

Mostly Ruby (JRuby), Java, and some PHP (maintaining legacy stuff)

link|flag
vote up 0 vote down

I work on software tools that parse, analyze and transform other source code. Langauges involved in this (and rough estimate of the amount of code I write in each one):

  • (75%) PARLANSE (a paralell programming language, enables large-scale processing)
  • (5%) A BNF variant (to specify language grammars)
  • (5%) An regular expression language (to specify language tokens)
  • (5%) RSL, a language for describing transforms on source code ("if you see this pattern, replace it by that pattern")
  • (2%) PERL
  • (2%) Make
  • (2%) Java (occasionally) The rest is in the various odd langauges that we have to process: C, COBOL, JavaScript, ...
link|flag
vote up 0 vote down

What's a more interesting question is what you use over time. I've over two dozen languages under my belt which I've used to write commercial (ie I've been paid for) code in the 20+ years I've been a professional coder, and the trends look something like for the main languages

  • 1981-85 Fortan, Pascal (graduate/postdoc bioscientist with interest in computer analysis)

  • 1986-92 COBOL, C (as IT student then commercial employment)

  • 1992-2001 Delphi, but working as a DBA for a lot of this so vast amounts of SQL, PL-SQL

  • 2001-2003 Cold Fusion

  • 2003-2009 PHP (and one has to mention Javascript with this)

  • 2009 -> Python, and Javascript I guess too

There's vast amounts of fuzzyness in this, for instance I still support and am actively extending a Delphi application and I've done and continue to do a lot of Access/SQL Server in there there too. Also my PHP stack (I love PHP + TinyButStrong + XAJAX for building sites) isn't likely to go away, but I'm starting to move to Python on new work as it's manifestly superior, IronPython is just wonderful for .net work, and the libraries/sample code/OS Code is almost as comprehensive as those PHP now.

link|flag

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