Is Scala Really the Next C++?
codecommit.com
Is Scala Really the Next C++?
1–10 of 27 posts
Re: Is Scala Really the Next C++?
#2Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model.
I can't imagine why we'd ever consider Scala over Erlang.
Re: Is Scala Really the Next C++?
#3Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Re: Is Scala Really the Next C++?
#4Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Primarily because you're forced to use the JVM by some executive degree or similar. Likewise, if you're in a .NET shop you'd want to consider F#.
All that aside - I'm a huge Erlang fan.
Re: Is Scala Really the Next C++?
#5Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Re: Is Scala Really the Next C++?
#6Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Re: Is Scala Really the Next C++?
#7Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Re: Is Scala Really the Next C++?
#8Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
I think you missed the point of the comparison. One of the reasons C++ took off was that it was deliberately compatible with C (the dominant language at the time), so you didn't have to discard your existing C code and could ramp up from your existing skills. Likewise, today the dominant language is Java, and Scala compiles down to Java bytecode and allows you to continue to use your existing Java libraries. To my kn…
Re: Is Scala Really the Next C++?
#9it's definitely not bad. whether or not a language has first-class functions is a major point for me, and Scala has strong support for functional programming and even has some specialized sugar for it
the only thing i don't like about it is the type/object stuff, which always feels unnecessary
Re: Is Scala Really the Next C++?
#10Why wouldn't Erlang be the next C++? Erlang's fast, compiled, but still flexible and dynamically, strongly typed. It has a type inference engine so you can look over your code, and it's fairly easy to do IDE integration with Erlang. Erlang's distribution and multi-threading primitives are unbelievably well tested, and everyone could learn a thing or two from the OTP model. I can't imagine why we'd ever consider Scala…
Erlang's fast? Compared to what? Scala is usually about as fast as Java. Not trolling. Genuinely curious.