Will Kotlin become as popular as Swift?

简介: Richard Kenneth Eng, Used Fortran, Tandem TAL, C/C++, C#, Obj-C, Java, Smalltalk, Python, GoAnswered May 28Swift is only popular in the Apple ecosystem.

Richard Kenneth Eng, Used Fortran, Tandem TAL, C/C++, C#, Obj-C, Java, Smalltalk, Python, Go
Answered May 28

Swift is only popular in the Apple ecosystem. Outside of Apple, it’s essentially a nonstarter. So, ultimately, Kotlin may become much more popular than Swift, just as Java has always been much more popular than Objective-C.
Swift cannot compete with the JVM and its ecosystem. That’s why Java rules and why Kotlin will rule with Java.


Matthew Rhodes, Website Developer
Answered May 27

In my opinion it will be way more popular than swift. For many reasons but for starters it compiles into JVM Bytecode and even better is it works with existing Java libraries meaning that it already supports THOUSANDS of exsist APIs and libraries. On top of this the language is a direct replacement for Java, so much so that they have a built in converting program. Kotlin is the future of Android and Java development as we know it.
Edit: I forgot to mention that it's learning curve is extremely easy and any current Java developer can easily switch. And I also forgot to mention that Java and kotlin can be in the same project **together **that means that current projects can make the switch right now and not change the original codebase very much.


Nikolay Igotti, Kotlin/Native Tech Lead at JetBrains (2016-present)
Answered Jun 12

Our team (Kotlin/Native) is working hard on pushing Kotlin way beyond JVM ecosystem, including Apple software stack, so I could be somewhat biased. However, several points:

  • Kotlin and Swift are comparable in language features (guess, Swift borrowed some from Kotlin)
  • Kotlin is better in tooling support (JetBrains is the maker of the most popular IDE on the planet, after all)
  • Swift is likely better with Apple platforms integration
  • Kotlin can run on wider variety of stacks (JVM, JS in browser or NodeJS, Native - wherever LLVM port exists)
  • Kotlin’s lead language designer haven’t left, unlike Swift’s

Sneha Tiwari, Co-founder, Blogger, Developer, Designer at Hyphenible
Answered Sep 6

Yes, sure it can happen.
Kotlin has 10 powerful reasons:

Easy to setup
Lessens Boilerplates
Readable
Interoperability
No semicolon
You can choose your structure
Getters and setters method implementation
Synthetic Extension
Standard library is small
Riddance of Null Pointer Exceptions


Ebenezer Ojo, Co Founder at TABdigitals
Answered May 27

Kotlin will be more popular than swift in some years to come...


相关文章
|
安全 Java Android开发
|
安全 JavaScript Java
|
安全 Java Android开发
x3d
|
Java Android开发
【转】Android世界的Swift - Kotlin语言
最近Oracle又在和Google撕的厉害,才知道还有这么Kotlin在Android像Swift在Mac的地位一说。 Kotlin是一门与Swift类似的静态类型JVM语言,由JetBrains设计开发并开源。
x3d
1211 0
|
16天前
|
移动开发 Java Android开发
构建高效Android应用:探究Kotlin与Java的性能差异
【4月更文挑战第3天】在移动开发领域,性能优化一直是开发者关注的焦点。随着Kotlin的兴起,其在Android开发中的地位逐渐上升,但关于其与Java在性能方面的对比,尚无明确共识。本文通过深入分析并结合实际测试数据,探讨了Kotlin与Java在Android平台上的性能表现,揭示了在不同场景下两者的差异及其对应用性能的潜在影响,为开发者在选择编程语言时提供参考依据。
|
17天前
|
数据库 Android开发 开发者
构建高效Android应用:Kotlin协程的实践指南
【4月更文挑战第2天】随着移动应用开发的不断进步,开发者们寻求更流畅、高效的用户体验。在Android平台上,Kotlin语言凭借其简洁性和功能性赢得了开发社区的广泛支持。特别是Kotlin协程,作为一种轻量级的并发处理方案,使得异步编程变得更加简单和直观。本文将深入探讨Kotlin协程的核心概念、使用场景以及如何将其应用于Android开发中,以提高应用性能和响应能力。通过实际案例分析,我们将展示协程如何简化复杂任务,优化资源管理,并为最终用户提供更加流畅的体验。
|
26天前
|
调度 数据库 Android开发
构建高效Android应用:Kotlin协程的实践与优化
在Android开发领域,Kotlin以其简洁的语法和平台友好性成为了开发的首选语言。其中,Kotlin协程作为处理异步任务的强大工具,它通过提供轻量级的线程管理机制,使得开发者能够在不阻塞主线程的情况下执行后台任务,从而提升应用性能和用户体验。本文将深入探讨Kotlin协程的核心概念,并通过实例演示如何在实际的Android应用中有效地使用协程进行网络请求、数据库操作以及UI的流畅更新。同时,我们还将讨论协程的调试技巧和常见问题的解决方法,以帮助开发者避免常见的陷阱,构建更加健壮和高效的Android应用。
35 4
|
28天前
|
移动开发 Java Android开发
构建高效Android应用:Kotlin协程的实践之路
【2月更文挑战第31天】 在移动开发领域,性能优化和流畅的用户体验一直是开发者追求的目标。随着Kotlin语言的流行,其异步编程解决方案——协程(Coroutines),为Android应用带来了革命性的并发处理能力。本文将深入探讨Kotlin协程的核心概念、设计原理以及在Android应用中的实际应用案例,旨在帮助开发者掌握这一强大的工具,从而提升应用的性能和响应能力。