Ask HN: What “old” programming languages will you still be using in 2017?
51–60 of 502 posts
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#52Pascal/Delphi Before there was an internet of lightbulbs and smoke detectors, there was an internet of industrial process things. And they used windows 2000 and Delphi. They still do.
There are still a bunch of modern Windows desktop applications written in Delphi and C++Builder – I work on one of them. ^_^ I really like Delphi actually. It's a shame Embarcadero doesn't really seem to care about it.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#53Re: Ask HN: What “old” programming languages will you still be using in 2017?
#54Re: Ask HN: What “old” programming languages will you still be using in 2017?
#55Writing a brand new Mac app for myself, using Objective-C instead of Swift. So far it's a breeze. Yes I used Swift for a while, and it sure feels all academic and all, but meh, ObjC gets the job done just fine for me.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#56Earlier quoted context omitted.
Lots and lots of C for me too. A huge pile of legacy business software which is still being extended to do new stuff.
My only real gripe with C is that you have to write your own functions/macros (or use someone else's) to make dealing with strings intuitive. The stdlib is perfectly fine from an algorithmic standpoint, but I always have to look up every string function's manpage, every single time I use them.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#57Re: Ask HN: What “old” programming languages will you still be using in 2017?
#58Also, some work in MPASM (Assembly for the Microchip PIC series of microcontrollers - same reason)
Edit: I am not sure just when S5 got introduced, but I've got installation media - on 5.25" floppies - for CP/M in my office. Made in West Germany.
That old.
Luckily, the IDE has also been ported to more contemporary operating systems.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#59Re: Ask HN: What “old” programming languages will you still be using in 2017?
#60Pascal/Delphi Before there was an internet of lightbulbs and smoke detectors, there was an internet of industrial process things. And they used windows 2000 and Delphi. They still do.
"Before there was an internet of lightbulbs and smoke detectors" Hahaha. That was good. Delphi is used heavily at my company to process millions of transactions a day, in the credit card industry. I myself am a C# developer though. But I respect Delphi's performance and relatively clean syntax.