Go ignores 40 years of programming language research.You mean Go is simple and easy to pick-up for person without PhD in algebra?
Go is the only recent language that takes the aforementioned 40 years of programming language research and tosses it out the windowGood riddance. All that mental masturbation gave us were more stupid programmers.
When I first heard about Go, I thought “What? No exceptions? Pass.”NO EXCEPTIONS
industry is moving on from old world languages/0
C++, Java, C# are still the most popular languages
The industry is moving on to Haskell and Rust.Because if you tell yourself that many times it will become true.
GTFO of the forums.
have u ever tried Haskell??
I agree with you on many points and can offer no evidence to the contrary. I just program Haskell because I have nothing better to do.
Haters Gonna Hate
I enjoy watching MLP.--Then_Normal_Dufe, January 31, 2012, post #55
<'yes, i="" agree="" with="" you,="" the="" possibilities="" are="" not="" endless.="" however,="" out="" in="" this="" modern="" time,="" there="" are="" millions="" of="" mods="" that="" would="" give="" you="" the="" "endless"="" feeling.="" sometimes="" you="" just="" need="" some="" more="" pizzazz="" or="" moderations,="" or="" even="" friends="" to="" help="" you="" have="" fun.'="">--phu01672363690, February 1, 2012, post #96
I was introduced to it from a friend and even I thought that it was nerdy at first, but I played it and I love it. I first watch MLP and I felt kind of Pedo-ish, or like a douche at first but later I watched more and more until I actually am addicted to watching it (not creepy fanboy obsession.)
I removed the “panties in a bunch” comment, since I was (correctly) scolded for being sexist, not to mention unprofessional. My apologies to anyone I offended.
(correctly) scolded for being sexistSince when is being sexist something bad? Has the world gone mad?
correctly
Haskell is often advertised as fast, easy to parallelize and to optimize. But how much of that is really true? We are going to demonstrate it using a game we are building, including how many changes we had to introduce to increase the game speed by 700% on desktop, how we managed to go from increasing memory consumption in the order of hundreds of megabytes down to constant memory consumption of only 3MB. We’ll also see the impact it had on Android.
3MB
breakout
Thanks to one of my fans for converting my C-based algorithm to javascript