TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Takeaways from KotlinConf 2017

69 点作者 robbiea超过 7 年前

3 条评论

mwcampbell超过 7 年前
Kotlin Native is exciting. But there&#x27;s another way to run JVM languages, including Kotlin, on iOS: the open-source Multi OS Engine (<a href="https:&#x2F;&#x2F;multi-os-engine.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;multi-os-engine.org&#x2F;</a>), which basically brings ART (the Android Runtime) to iOS. Note: It doesn&#x27;t bring the Android UI toolkit, or any cross-platform toolkit, to iOS, so you have to write UI code for iOS. But I think that&#x27;s as it should be.<p>Of course, there&#x27;s a trade-off between Kotlin Native and Multi OS Engine. Kotlin Native is a lighter runtime. BUt with MOE, you can use arbitrary libraries that target the JVM (well, the JVM subset that works on Android). So MOE makes a lot more existing code available for iOS. For Kotlin Native to truly deliver on the promise of cross-platform business logic, a Kotlin library ecosystem independent of the JVM will need to develop.<p>This space is going to be interesting to watch over the next little while.
评论 #16130380 未加载
评论 #16130367 未加载
krat0sprakhar超过 7 年前
&gt; The organizers developed conference apps for both iOS and Android using Kotlin. They also built the API in Kotlin using Ktor, a framework for building server-side business logic with Kotlin.<p>This is really cool! Excited to dig into their repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;jetbrains&#x2F;kotlinconf-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jetbrains&#x2F;kotlinconf-app</a>
blueprint超过 7 年前
Looking forward to hearing more about Kotlin&#x2F;Native. We need a proper solution for this problem.
评论 #16128213 未加载
评论 #16129325 未加载