The best programming language in the world? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

The best programming language in the world?

In your opinion, efficient language

6th Nov 2016, 7:48 PM
reza shams
reza shams - avatar
2 Answers
+ 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.
6th Nov 2016, 10:19 PM
Schindlabua
Schindlabua - avatar
+ 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
6th Nov 2016, 8:01 PM
ahmed sayed
ahmed sayed - avatar