Earlier quoted context omitted.
As always there's a relevant xkcd. https://xkcd.com/519/
Too true. When I was 13 or so, I read the DOS 5.0 manual from cover to cover. If I recall, a lot of it was about batch files (autoexec.bat and stuff). Batch was really my first "programming" experience. Then when I was 22, after a good computer science education, my first job was working at EA, and the build system involved a bunch of batch files. That knowledge from nearly a decade before came in handy! The CS stuff…
Ask HN: What “old” programming languages will you still be using in 2017?
151–160 of 502 posts
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#152Re: Ask HN: What “old” programming languages will you still be using in 2017?
#153Re: Ask HN: What “old” programming languages will you still be using in 2017?
#154Perl is one of those languages that nobody likes at my work, but that is impossible to get rid of. Java is in the same boat, but at least it's still marketable so engineers don't mind working with it as much.
I once worked at a place that basically just used perl server side. In this decade (2010s). The codebase was just one tangled mess. They told a story of a guy who failed the cultural interview because he told a VP "you can't write a large web app in perl", and of course they had done just that. With the reflection of hind sight I think despite the obvious empirical counter factual, he was on to something. It really w…
But when you work in a big team and make something complex, you want something that's consistent. All of that permissiveness and flexibility bites you.
Now, with good styling guides and linting, you can make it work for complex software with a big team, but that's culturally pretty anti-perl. We're trying to do that with Javascript now, which isn't as weird as perl, but has many of the same excesses that you want to reign in with a style guide.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#155Pascal/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.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#156Perl is one of those languages that nobody likes at my work, but that is impossible to get rid of. Java is in the same boat, but at least it's still marketable so engineers don't mind working with it as much.
I once worked at a place that basically just used perl server side. In this decade (2010s). The codebase was just one tangled mess. They told a story of a guy who failed the cultural interview because he told a VP "you can't write a large web app in perl", and of course they had done just that. With the reflection of hind sight I think despite the obvious empirical counter factual, he was on to something. It really w…
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#157Earlier quoted context omitted.
"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.
That's funny because Anders Hejlsberg was the chief architect of both Delphi and C#.
Now we kind of got .NET Native, but it still isn't 100% done.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#158Re: Ask HN: What “old” programming languages will you still be using in 2017?
#159Delphi - crossplatform development, tools
SQL - see above
C++/C# - tools
bash - scripting, mostly for managing servers