Just wondering if there are other coders out there.
I've written far more C++ than anything, having spent >20 yrs making a living with it, but never liked it much, though for *good* programmers it was better than C for writing fast, robust systems. I've also earned paychecks with Java, C#, Pascal, Modula-2, Common Lisp, Smalltalk-80, assembler for various architectures, AWK, PL/M, Forth, BASIC, Rexx, Fortran, and Postscript (my first paying job was helping to write the first non-Adobe Postscript system that hit the market). Did some microcode back in the day as well though that's even less of a language than assembler.
My favorite languages are Common Lisp (and relatives like Schema and Zetalisp), Smalltalk, C#, and assembler. Hacking ZetaLisp on the Symbolics Lisp Machines was an experience that Visual Studio and C# are just now beginning to approach - but they are approaching it, which is why C# is on my list of favorites.
I am not worthy. I've never heard of Rexx, and I thought I was a nerd before this.
(though really, you listed BASIC??)
better than batch scripts?
Little bit of everything here too, been programming for about 18 years now and 8 years professionally. Using C# now. Used to have to do ladder logic for Honeywell PLCs in the oil field as well lol. That was fun... Starting to play more with the XNA Game Studio making Xbox games. I just need an artist lol. MS Paint is about my limit.
anything but python.
I hate python.
Give me assembler any day of the week, give me punch cards for petes sake - but keep python away.
I suppose I've performed minor miracles with bash and AutoIt scripts, and I haven't performed same with BASIC...
I've said it before: the cross-section of folks at B&B is impressively diverse.
Okay, here is my definitive list lol
C++/C
C#
vbscript
vb.net
Ruby
Perl
Basic
Ladder Logic
Some LISP
SQL/TSQL
Pascal
Cobol
CLIPS (I guess call this a variant of LISP)
Bash
Some Assembly
Javascript
PHP
ASP.NET (Falls in with c# and vb.net)
COM
TeX is Turing complete! I'd count itAnd does LaTeX count?
I'm impressed he earned a paycheck with BASIC! If I pulled that off, I'd list it too.(though really, you listed BASIC??)
(though really, you listed BASIC??)
Okay, here is my definitive list lol
...
CLIPS (I guess call this a variant of LISP)
...
Well, that's pretty good too, elizard. I am having to do some asp.net right now to rebuild the site, do spatial calculations, etc etc. If I had the choice, would love to do straight forms hehe.
Have you guys that messed with C# tried LINQ yet?
Spatial calculations eh, are you in GIS? Or just have to deal with it briefly?
A little here and there. LINQ is really nice for some things, but I don't make very thorough use of it. For two of my recent projects I used NHibernate instead (Fluent for the last one to avoid .hbm files). I make a little more use of lambda expressions and extension methods, though again not nearly enough to consider myself proficient in it.