Delphi Developer here. Still using it at work and there is still Development in it.
Delphi was the first language I learned and I always thought it was a teaching language. What are you developing in delphi?
Ask HN: Do you use an old or 'unfashionable' programming language?
131–140 of 338 posts
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#132Smalltalk! I got in touch with it in university and I love it. I'm convinced it is the best OO language there is, and generally one of the best general purpose languages (and environments!) ever invented. I even had the luck to be able to use it on my last job (VisualWorks), but unfortunately I no longer have that job :(
I tried Smalltalk recently, but I couldn't get into it: 1. The (basically mandatory) UI was keyboard unfriendly 2. They removed multiple inheritance from the language. That's not still Smalltalk, is it?
Which Smalltalk did you try exactly? There are huge differences between the UIs, and e.g. GNU Smalltalk doesn't have a UI at all.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#133Earlier quoted context omitted.
Oh, look, we got a comedian
Unfortunately I'm absolutely serious. JavaScript is a farcical joke, yet no one's laughing.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#134I used to code a lot in Fortran 77, but have been programming in Modern Fortran for the past few years (90, 95... I am not sure which standard I am adhering to exactly). Both of these would also be considered fashionable. Part of the reason is that it's still the standard in chemical engineering and atmospheric science for large-scale simulation where speed is an issue. There has been a long history of compiler optim…
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#135Smalltalk! I got in touch with it in university and I love it. I'm convinced it is the best OO language there is, and generally one of the best general purpose languages (and environments!) ever invented. I even had the luck to be able to use it on my last job (VisualWorks), but unfortunately I no longer have that job :(
It is the best OO language there is, it is after all the original OO language. Everything else is a poor copy.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#136Pascal - still use it today. I started with Turbo Pascal 3.0, went through several versions of Borland Pascal (DOS and Windows), several versions of Delphi, and am now using FreePascal. I do most of my work on Linux nowadays. Pascal still gets everything done and after 20+ years I am really fluent in it. Did a little bit of Javascript with Node.js, also looked at Golang. While I did like some aspects of them, there w…
Holy cow! I used Pascal at college about 16 years ago. I never thought I would see it used in the wild, especially in 2016. Nicely done!
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#137The question here is about unfashionable languages and no one here has commented about it yet :D php, tcl, c++, java ?? come on guys.
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#138Wiki link: https://en.wikipedia.org/wiki/Clarion_(programming_language)
The language itself is an amalgamation of COBOL, Pascal and C. But for me, the biggest advantage was the development environment. It was the first IDE that I came across back then that allowed a separation of the back end database from the actual front end code. I loved how easy it was to build applications using dBase, SQL, Btrieve etc. as the back end data store.
Also loved how the business logic was defined in a 'dictionary' so that validation rules etc. could be centrally controlled. Still haven't seen a modern day framework that allowed this much control and flexibility.
Clarion has had its ups and downs, but I think I will be still writing code in it until I retire...
Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#139Re: Ask HN: Do you use an old or 'unfashionable' programming language?
#140Bash. I'm obsessed - so much so that I'll solve more complex problems taking 3x time rather than falling back to Python. And then there's bash one-liners, they're the best!
I too love bash. It's always there. It has no dependencies. It works.
And coreutils.
And often moreutils, or various others.