I wish more languages support old platforms. I'm working in a company and a lot of our customers are running Windows 7 and 8, few of them running Vista. I have to use ancient versions of development tools to target those. For example stuck on Java 8 for eternity. It's PITA.
Languages that compile to C (e.g. Nim) are great on older systems. If a system has a working C compiler (or cross-compiler), there’s a good chance that it’ll just work. I’ve myself compiled Nim on Windows 7, Windows XP, and Haiku, and have run simple Nim programs on the C64 and GameBoy Advance.
Unofficial "Tier 4" Rust Target for older Windows versions
41–50 of 97 posts
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#42I wish more languages support old platforms. I'm working in a company and a lot of our customers are running Windows 7 and 8, few of them running Vista. I have to use ancient versions of development tools to target those. For example stuck on Java 8 for eternity. It's PITA.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#43Re: Unofficial "Tier 4" Rust Target for older Windows versions
#44I wish more languages support old platforms. I'm working in a company and a lot of our customers are running Windows 7 and 8, few of them running Vista. I have to use ancient versions of development tools to target those. For example stuck on Java 8 for eternity. It's PITA.
What kind of business are you in that you need to be able to support these platforms that have been end-of-life for quite some time? Genuine question.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#45https://news.ycombinator.com/item?id=23313577
https://news.ycombinator.com/item?id=31112273
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#46Re: Unofficial "Tier 4" Rust Target for older Windows versions
#47Earlier quoted context omitted.
Languages that compile to C (e.g. Nim) are great on older systems. If a system has a working C compiler (or cross-compiler), there’s a good chance that it’ll just work. I’ve myself compiled Nim on Windows 7, Windows XP, and Haiku, and have run simple Nim programs on the C64 and GameBoy Advance.
Tried to use Nim with VBCC to cross-compile to Amiga, but I failed. I think Nim does some pretty heavy assumptions about the C compiler that is used to compile the generated code.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#48The idea of running Rust code on Windows 95 is very funny to me. Two completely different universes colliding.
In my mind the most common cases of people running ancient operating systems are computers in control of hardware. Plenty of hardware lasts much longer than 30 years, consequently there's still stuff out there that shipped with Windows 95 and never got new drivers. If you want new software for that environment Rust sounds like a great choice
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#49I wish more languages support old platforms. I'm working in a company and a lot of our customers are running Windows 7 and 8, few of them running Vista. I have to use ancient versions of development tools to target those. For example stuck on Java 8 for eternity. It's PITA.
People need to upgrade. I'm surprised any machine running Vista could even use the modern web.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#50Earlier quoted context omitted.
It's not hard to do either, especially on Windows where backwards-compatibility is almost completely guaranteed. Of course those in the planned obsolescence mindset would fight hard against it, because then it would be harder for us to take the good without the bad.
I really hate my bakery, the buns are only edible for some days, after that, they grow mold! Without sarcasm, it is entirely reasonable that when the OS is EOL by the 1st party, software support for it by 3rd party also ends soon after that.