Pascal/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.
Ask HN: What “old” programming languages will you still be using in 2017?
171–180 of 502 posts
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#172Earlier quoted context omitted.
I still teach SQL, via SQLite, as a first language to students, even though in practice I do 90% of my data analysis through the command line or Pandas. But SQL is very direct and clear as a language, and the overhead of SQLite is...well, light. Making an index is just one more line of code that for many datasets, you run once and never touch again. What do you find simpler in terms of data querying and management?
I love sql myself. I'm not sure why I love it so much and other people hate it. Sometimes I think that coming up with reasons is just after the fact justification (do I really like it because it has a solid mathematical foundation in the relational calculus, or does that just sound like a good reason to say I like it)? Pandas is an excellent contribution to data analysis, but I gotta tell you, I was absolutely deligh…
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#173Re: Ask HN: What “old” programming languages will you still be using in 2017?
#174Here's a couple of machines that others have built:
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#175Earlier quoted context omitted.
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…
I studied English lol. My whole career is based on my weekends. My education helps me write eloquent email responses, though.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#176Re: Ask HN: What “old” programming languages will you still be using in 2017?
#177Perl 5, I have been using it in Financial Services for the past 12 years. It is still a workhorse when it comes to reporting. Many large banks still use it, but most don't advertise it. I used it at places like Intel back in 1999. It really is a versatile language.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#178Lisp, and specifically Common Lisp although the latter isn't that old. It first appeared in 1984 and the ANSI specification was finished in 1994, but it traces its lineage directly back to Lisp 1.5 from 1962. It can run Lisp sources decades older than it trivially. It is a very practical, multi-paradigm language with high quality, high performance implementations on many platforms. Its main issue is that it is not ve…
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#179Haskell, which is now a very mature language, over 26 years old.