tags:

views:

104

answers:

3

Those of us who use multiple languages to solve problems can combine them in a lot of ways. Personally I use PL/SQL, XSLT, JavaScript, and Java plus the pseudo languages HTML, XML, CSS, Ant, and Bash. What do you use?

A: 

I have a D/MySQL/JavaScript[1]/HTML/CPP[2] app.

[1] compile time D template generated [2] C pre-processor used to generate apache configs and SQL sprocs

Yes, I am trying to take things to the insane! ;)

BCS
+1  A: 

Paraphrasing one of my favorite quotes:

Always write your code as if it were going to be maintained by a homicidal maniac that knows your home address.

EBGreen
A: 

I work on a desktop application, so my alphabet soup looks like: C# and C++ as well as XML and T-SQL.

Nick