+ 1
The best programming language in the world?
In your opinion, efficient language
2 Respostas
+ 2
I nominate Haskell.
Want an infinite list of all the numbers?
nats = [1,..]
done!
Want to split a sentence into words and replicate each word 3 times?
(words >=> replicate 3)
done!
Nonsensical code that still does something useful?
fmap fmap fmap fmap fmap fmap fmap fmap
done!
And lots more. You can multithread functions by usually adjusting just one line or two, it's strongly typed like Java, yet you never have to explicitly write down types anywhere and the compiler figures it out, etc, etc.. It's just beautiful.
+ 1
If u ask for work.. Java and python it is very popular and c# the programers think it will be more popular and require in future.
But if you ask for rating whos is best.. You can't decide because every language have another way