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.
I am working on 20 years old codebase that runs accounting, warehouse management, time tracking, invoicing and whatnot monster that power most of the roofing companies in Austria. It is still Delphi 5 + Paradox, developed on Windows XP (I run it from VM on Mac), but work on modern Windows as well. Networking is a bit of problem, but nothing we can't deal with. On the other side, I don't think that Delphi/Pascal is de…
Ask HN: What “old” programming languages will you still be using in 2017?
351–360 of 502 posts
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#352Earlier quoted context omitted.
what in the world do you still write in snobol / spitbol? I haven't heard anyone even mention that language since 1983.
People mention it here on occasion for how it handles string processing. Experts in such things might want to dive deep in a review of it for the rest of us.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#353Pharo/Dolphin Smalltalk, FreePascal, Racket/Chez/Guile/Gambit(via LambdaNative) Scheme, Ada, Erlang, Forth(8th) for speculative/personal projects.
Edit: Bits of LaTeX and groff here and there.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#354IEC61131-3 family.. very widely used stuff, but definitely feels clunky and old. It's not even fun-retro-old, it's just old-old. https://en.wikipedia.org/wiki/IEC_61131-3
What features are missing that you think belong in process control?
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#355Re: Ask HN: What “old” programming languages will you still be using in 2017?
#356I started using Clipper in 1986 and some of 1986 code still runs today. Clipper was a compiler for Ashton tate dbase II language.
Harbour now allows to run old code on windows, linux, Mac, Solaris and a bunch of other less common OSes, both in text mode or using some gui lib. It will also run on android and ios (using Qt).
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#357Earlier quoted context omitted.
Perhaps the only two who still enjoy it. :) I'm working on the latest revision of a client's CF intranet app that been in use for fifteen years, now.
A mess can be made in any language :) Be scared to see what today's modern frameworks and their code bases might look like in 10-15 years, because some projects will have that lifespan.
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#358Earlier quoted context omitted.
I studied English lol. My whole career is based on my weekends. My education helps me write eloquent email responses, though.
I'm not a native English speaker. I could throw in that the best thing regarding learning I did (in addition to buying a home computer) was to get J.R.R. Tolkien's The Hobbit (which came with the adventure game) which in turn led me to read LOTR and then other books in English, and generally become much more fluent. Later on, wasting time reading NNTP news at the uni was also actually a good investment for learning t…
Re: Ask HN: What “old” programming languages will you still be using in 2017?
#359SQL. If I had to pick a language that I'll use my entire career that's the one. It has been overused and underused, but always relevant.