kotlinx-datetime
krangl
kotlinx-datetime | krangl | |
---|---|---|
4 | 1 | |
2,449 | 559 | |
1.1% | - | |
8.0 | 6.9 | |
1 day ago | almost 2 years ago | |
Kotlin | Kotlin | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kotlinx-datetime
-
Why should I use kotlinx.serialization?
Kotlin multiplatform types often come with their own serializers. https://github.com/Kotlin/kotlinx-datetime and https://github.com/hfhbd/kotlinx-uuid do, for example.
- Datas no Kotlin
-
Kotlin Team AMA #3: Ask Us Anything
But we do have such plans for our kotlinx-datetime library and expect to provide at least a partial solution during the course of the year
-
What's the best way to calculate the number of days between two dates in Kotlin?
It depends, time has a complex and native bound legacy. But I bet you want this https://github.com/Kotlin/kotlinx-datetime and DateTimePeriod.
krangl
-
2,900 page Manual about Pandas [pdf]
> And what's the alternative, Excel?
Take this with a grain of salt from someone who needs data manipulation occasionally every now and then (as opposed to being a full time number-cruncher, data-scientist, statistician etc.), using krangl[1] for Kotlin has been a great experience.
I was drawn to this library because I use Kotlin in my dayjob for backend development, but I love how well Kotlin's succinct syntax & features like extension functions lends itself to data transformation & ETL kind of use cases.
Also it doesn't hurt that JVM has a plethora of libraries available for things like DB access, plotting, etc.
I am sure that Pandas has many features I am unaware of, and for a lot of people the high-ish startup time can be a deterrant, but for most of my day to day data munging the combination of jbang, krangl & kravis has been a pretty good fit.
[1] https://github.com/holgerbrandl/krangl
What are some alternatives?
koda-time - Joda Time and Java 8 Time Extensions for Kotlin
Kotlift - Kotlift is the first source-to-source language transpiler from Kotlin to Swift
klock - Multiplatform Date and time library for Kotlin
kotlin-logging - Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.
kotlinx.serialization - Kotlin multiplatform / multi-format serialization
kassava - This library provides some useful kotlin extension functions for implementing toString(), hashCode() and equals() without all of the boilerplate.
Kotlin-Multiplatform-Libraries - Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
asmble - Compile WebAssembly to JVM and other WASM tools
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
Strukt - C-style structs on the JVM!
better-parse - A nice parser combinator library for Kotlin
quasar