←back to thread

311 points melodyogonna | 3 comments | | HN request time: 0.001s | source
Show context
_aavaa_ ◴[] No.45137852[source]
Yeah, except Mojo’s license is a non-starter.
replies(3): >>45137894 #>>45137932 #>>45141477 #
rs186 ◴[] No.45141477[source]
To my naive mind, any language that is controlled by a single company instead of a non profit is a non-starter. Just look at how many companies reacted when Java license change happened. You must be either an idiot or way too smart for me to understand to base your business on a language like Mojo instead of Python.
replies(2): >>45142388 #>>45147800 #
discreteevent ◴[] No.45142388[source]
It's hard to think of a language for server side programming that I could go back and recommend to build their business on 20 or 30 years ago than java. I don't think aws or even Google regret it. Think of the amount of profitable requests being processed by the jvm all over the world for years by every kind of business.
replies(3): >>45142531 #>>45143272 #>>45143547 #
1. const_cast ◴[] No.45143272[source]
That's just because oracle are assholes but not that big of assholes.

If OpenJDK did not or could not exist, we would all be mega fucked. Luckily alternative Java implementations exist, are performant, and are largely indistinguishable from the non-free stuff. Well, except whatever android has going on... That stuff is quirky.

But if you look at dotnet, prior to opensourcing it, it was kind of a fucked up choice to go with. You were basically locked into Windows Server for your backend and your application would basically slowly rot over time as you relied on legacy windows subsystems that even Microsoft barely cared to support, like COM+.

There were always alternative dotnet runtimes like Mono, but they were very not feature complete. Which, ironically, is why we saw so much Java. The CLR is arguably a better designed VM and C# a better language, but it doesn't matter.

replies(1): >>45146934 #
2. pjmlp ◴[] No.45146934[source]
OpenJDK is mainly developed by Oracle employees, the other big one OpenJ9 is developed by IBM, everything else like Azul, PTC, Aicas, microEJ,.... are commercial.
replies(1): >>45172589 #
3. const_cast ◴[] No.45172589[source]
Yeah and dotnet is developed by MS. What matters is it's open source, and that's literally the only reason we're even talking about dotnet right now.

Dotnet was on a slow roll to complete obsolence until MS saw the writing on the wall and open sourced it.