+ 1
Which language you like the most and why?
I've found that there're so many languages to make a lot of things, right now what I want to know is which one could be the best and why, at least in what each one is the best. Thanks and I hope others who have the same question before start to learn find this useful.
5 ответов
+ 3
Why you should totally switch to Kotlin:
It’s time to start using a modern programming language
I want to tell you about a new programming language called Kotlin and why you should consider it for your next project. I used to prefer Java but the last year I’ve found myself coding Kotlin whenever I could, and at this point I really can’t think of a situation where Java would be a better choice.
It’s developed by JetBrains, and the fact that these are the people behind a suite of IDEs, such as IntelliJ and ReSharper,really shines through in Kotlin. It’s pragmatic and concise, and makes coding a satisfying and efficient experience.
Although Kotlin compiles to both JavaScript and soon machine code, I’ll focus on its prime environment, the JVM.
So here’s a couple of reasons why you should totally switch to Kotlin (in no particular order):
0# Java Interoperability
Kotlin is 100% interoperable with Java.
1# Familiar Syntax
2# String Interpolation
3# Type Inference
4# Smart Casts
5# Intuitive Equals
6# Default Arguments
7# Named Arguments
8# The When Expression
9# Properties
10# The Data Class
11# Operator Overloading
12# Destructuring Declarations
13# Ranges
14# Extension Functions
15# Null Safety
16# Better Lambdas
17# IDE Support
Kotlin on Android. Now official
Why Kotlin is my next programming language
Scala vs Kotlin
Swift is like Kotlin
The Road to Gradle Script Kotlin 1.0
Introducing Kotlin support in Spring Framework 5.0
10 cool things about Kotlin
Kotlin full stack application example
Why I abandoned Java in favour of Kotlin
I used Kotlin at Hackathon
From Java to Kotlin
Kotlin Idioms
For details:
https://www.sololearn.com/discuss/1050538/?ref=app
Kotlin's Resources:
https://www.sololearn.com/Discuss/823843/?ref=app
Kotlin Resources
https://www.sololearn.com/Discuss/823843/?ref=app
https://www.sololearn.com/discuss/1050538/?ref=app
+ 1
Python
Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants, on the Mac, and on Windows 2000 and later.
Python is a high-level programming language, with applications in numerous areas, including web programming, scripting, scientific computing, and artificial intelligence.
It is very popular and used by organizations such as Google, NASA, the CIA, and Disney.
https://www.sololearn.com/learn/Python/2269/?ref=app
Here are a lot of examples of using Python:
https://en.wikipedia.org/wiki/List_of_Python_software?wprov=sfla1
0
Thanks for your answers, mostly I've found important information about python that shows it's so useful but, what about Java, I see there's a lot of things that run with it too so, I don't know if it's better or not, I guess it depends on where and for what you want to code, right?
0
Sounds interesting, maybe I'll change to it. Thanks too much Mushfiqur