欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Kotlin ecosystem
来自开放百科 - 灰狐
(版本间的差异)
(以“Kotlin 生态系统 [https://github.com/KotlinBy/awesome-kotlin Awesome Scala] image:awesome.png ==JVM生态== *Java ecosystem *Scala ecosystem *[[...”为内容创建页面) |
小 (→并行并发) |
||
(未显示1个用户的21个中间版本) | |||
第1行: | 第1行: | ||
[[Kotlin]] 生态系统 | [[Kotlin]] 生态系统 | ||
− | [https://github.com/KotlinBy/awesome-kotlin Awesome | + | [https://github.com/KotlinBy/awesome-kotlin Awesome Kotlin] [[image:awesome.png]] |
==JVM生态== | ==JVM生态== | ||
第7行: | 第7行: | ||
*[[Scala ecosystem]] | *[[Scala ecosystem]] | ||
*[[Clojure ecosystem]] | *[[Clojure ecosystem]] | ||
+ | |||
+ | ==KMM== | ||
+ | [https://kotlinlang.org/lp/mobile/ Kotlin Multiplatform Mobile] | ||
==Android== | ==Android== | ||
+ | [[文件:android-kotlin.png|right|Android use Kotlin]] | ||
*[https://github.com/Kotlin/anko Anko] | *[https://github.com/Kotlin/anko Anko] | ||
*[https://github.com/nekocode/Kotlin-Android-Template Kotlin Android Template] | *[https://github.com/nekocode/Kotlin-Android-Template Kotlin Android Template] | ||
第18行: | 第22行: | ||
*[https://github.com/andrewoma/reakt Reakt] [[React.js]] wrapper | *[https://github.com/andrewoma/reakt Reakt] [[React.js]] wrapper | ||
*[https://github.com/kotlin/ts2kt ts2kt] [[TypeScript]] | *[https://github.com/kotlin/ts2kt ts2kt] [[TypeScript]] | ||
+ | |||
+ | ==Web== | ||
+ | *[https://jaxenter.com/type-safe-web-with-kotlin-106187.html Type-safe Web with Kotlin] | ||
+ | *[https://github.com/ktorio/ktor Ktor] | ||
==Kotlin Native== | ==Kotlin Native== | ||
− | == | + | ==依赖注入== |
+ | *[https://github.com/InsertKoinIO/koin Koin] | ||
+ | |||
+ | ==桌面生产力== | ||
+ | [[文件:IntelliJ-Rust-logo.png|right|IntelliJ Rust]] | ||
+ | *[https://github.com/intellij-rust/intellij-rust IntelliJ Rust] [[Rust]] plugin for the IntelliJ Platform | ||
+ | *[https://github.com/izhangzhihao/intellij-rainbow-brackets Intellij rainbow brackets] | ||
+ | *[https://github.com/edvin/tornadofx TornadoFX] [[JavaFX]] Framework for Kotlin | ||
+ | *[https://github.com/JetBrains/kotlin-eclipse Kotlin for Eclipse] | ||
==编译器运行时== | ==编译器运行时== | ||
*[https://github.com/JetBrains/kotlin-native/ Kotlin/Native] | *[https://github.com/JetBrains/kotlin-native/ Kotlin/Native] | ||
+ | *[https://github.com/google/ksp Kotlin Symbol Processing (KSP) API] 由 [[Google]] 创建,用于开发轻量级编译器插件。 | ||
==数据存储/驱动== | ==数据存储/驱动== | ||
第35行: | 第52行: | ||
*[[PredictionIO]] | *[[PredictionIO]] | ||
*[[Apache Spark]] | *[[Apache Spark]] | ||
+ | *[https://github.com/Kotlin/kotlindl KotlinDL] High-level Deep Learning API in Kotlin | ||
==数据科学== | ==数据科学== | ||
第45行: | 第63行: | ||
*[[Apache Kafka]] | *[[Apache Kafka]] | ||
*[[Apache Flink]] | *[[Apache Flink]] | ||
+ | |||
+ | ==云计算== | ||
+ | *[https://aws.amazon.com/cn/blogs/compute/kotlin-and-groovy-jvm-languages-with-aws-lambda/ Kotlin and Groovy JVM Languages with AWS Lambda] | ||
+ | *[https://www.slideshare.net/rockncoder/aws-lambda-function-with-kotlin AWS Lambda Function with Kotlin] | ||
+ | *[https://ajurasz.github.io/2017-05-28-kotlin-aws-lambda-serverless-framework Kotlin + AWS Lambda + Serverless Framework] | ||
+ | |||
+ | ==并行并发== | ||
+ | *[https://github.com/Kotlin/kotlinx.coroutines kotlinx.coroutines] | ||
+ | |||
+ | ==网络通信== | ||
+ | *[https://github.com/square/wire Wire] [[gRPC]] and [[Protocol Buffers]] for [[Android]], [[Kotlin]], and [[Java]]. | ||
==数学== | ==数学== | ||
第53行: | 第82行: | ||
==消息事件== | ==消息事件== | ||
− | == | + | ==App应用== |
+ | [[文件:Tachiyomi-logo.png|right|Tachiyomi]] | ||
+ | *[https://github.com/tachiyomiorg Tachiyomi] reader 有良好的插件设计和丰富的[https://tachiyomi.org/extensions/ 扩展资源] | ||
==安全加密== | ==安全加密== | ||
第62行: | 第93行: | ||
==游戏== | ==游戏== | ||
+ | *[https://github.com/korlibs/KorGE KorGE] Multiplatform Kotlin Game Engine | ||
==音乐== | ==音乐== | ||
==图集== | ==图集== | ||
+ | <gallery> | ||
+ | image:KMM-project-structure.png|KMM项目结构 | ||
+ | image:KMM-expect-actual-general.png|KMM API | ||
+ | image:kotlin-multiplatofrm-hierarchical-structure.png|多平台分层结构 | ||
+ | image:RxKotlinFX.png|RxKotlinFX | ||
+ | </gallery> | ||
==链接== | ==链接== |
2022年5月1日 (日) 04:46的最后版本
Kotlin 生态系统
目录 |
[编辑] JVM生态
[编辑] KMM
[编辑] Android
[编辑] JavaScript
- Reakt React.js wrapper
- ts2kt TypeScript
[编辑] Web
[编辑] Kotlin Native
[编辑] 依赖注入
[编辑] 桌面生产力
- IntelliJ Rust Rust plugin for the IntelliJ Platform
- Intellij rainbow brackets
- TornadoFX JavaFX Framework for Kotlin
- Kotlin for Eclipse
[编辑] 编译器运行时
- Kotlin/Native
- Kotlin Symbol Processing (KSP) API 由 Google 创建,用于开发轻量级编译器插件。
[编辑] 数据存储/驱动
- Exposed Kotlin SQL Library
- Kotlin NoSQL
- MapDB: database engine
- quill Compile-time Language Integrated Query for Scala
[编辑] 机器学习
- PredictionIO
- Apache Spark
- KotlinDL High-level Deep Learning API in Kotlin
[编辑] 数据科学
[编辑] 大数据
[编辑] 云计算
- Kotlin and Groovy JVM Languages with AWS Lambda
- AWS Lambda Function with Kotlin
- Kotlin + AWS Lambda + Serverless Framework
[编辑] 并行并发
[编辑] 网络通信
[编辑] 数学
[编辑] 金融货币
[编辑] 消息事件
[编辑] App应用
[编辑] 安全加密
[编辑] 监控
[编辑] 桌面应用
[编辑] 游戏
- KorGE Multiplatform Kotlin Game Engine
[编辑] 音乐
[编辑] 图集
[编辑] 链接
分享您的观点