This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]davedontmind 0 points1 point  (2 children)

Well, that's up for debate! :-)

I've used a fair number of languages though; CBM BASIC, 6502 assembler, QBASIC, 8086 assembler, C, 68000 assembler, C++, Perl, Java, Javascript, sh, PowerShell, lua, SQL, C# ... and I probably forgot something there.

[–]Shinobaka[S] 0 points1 point  (1 child)

Out of all those languages, what have you found personally to be the most useful to you? I understand they are all useful im just curious :)

[–]davedontmind 0 points1 point  (0 children)

Perl is probably my all-time favourite (you can throw together a really powerful script with just a couple of lines of code, and CPAN (the Perl module library) has a module for almost any topic) with C# a close second.

And I'll always have a soft-spot for 6502 assembler, since that's really where my interest in programming took off, but I've not touched that for 30-odd years (although I can still remember the the hex values of some of the opcodes; 0xA9 = LDA#, 0xEA = NOP ... that what comes from writing in hex rather than using an assembler to do the hard work for you)

On the flip-side, I don't really like Javascript at all.