Seems like a nice language - but to succeed a language needs a big sponsor behind it e.g. C# Microsoft; go, kotlin Google; swift apple
Flix Programming Language flix.dev/ Next-gen reliable, safe, concise, & functional-first. looks like Scala, but type system is based on Hindley-Milner. polymorphic effect system, 1st-class Datalog constraints, compiles to JVM bytecode, full tail call elimination
4
Perl and c are old enough to predate this. C++ had Microsoft for a lot of time. Javascript had netscape when it was relvant - and today there's a push to Typescript (Microsoft again). Ruby is not that popular and Python might be the only real counter example :)
1
2
Java, it had a hardware company with no real software business pushing it. Very different to the others. But my actual answer is Scala, pretty popular, no big company.
1
Scala (though I personally really like it) is my example for a language that loses traction because it doesn't have a company pushing it :)
1
It’s the language of choice for hardcore Spark development, so it found a market.
1
From a keynote by Databricks in 2020 Spark Summit:
2
Depends on how you define “success”. I would argue that Ruby is a very successful language. Or even Clojure (to take a less popular example): As long as it’s continuously maintained, has a loyal community, and a set of useful libraries, I don’t see what’s wrong

Jan 29, 2022 · 3:23 PM UTC

1
1
There's nothing wrong with niche languages. I really liked Ruby for the zen-like APIs ; or Clojure for the concise elegance ; or Scala for the power and flexibility - but I'd probably choose python, kotlin or rust (respectively) for new projects
2
1
Fair enough. I would still choose Rails (and thus Ruby) for certain kinds of projects, where it runs circles around almost everything else in terms of productivity