better-parse
A nice parser combinator library for Kotlin (by h0tk3y)
kotlinx-datetime
KotlinX multiplatform date/time library (by Kotlin)
better-parse | kotlinx-datetime | |
---|---|---|
3 | 4 | |
418 | 2,436 | |
- | 0.9% | |
0.0 | 8.0 | |
about 1 year ago | 5 days ago | |
Kotlin | Kotlin | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
better-parse
Posts with mentions or reviews of better-parse.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-10.
- I created a library for parsing text in Kotlin. Better than regular expressions.
-
Can I use third-party libraries for projects?
I'm currently working on the "Kotlin Basics" track, specifically, on the "Smart Calculator" project. It would be super useful to leverage a parser combinator library, e.g., better-parse. Is this possible? Can I just add it as a dependency in Gradle? If so, how would I ideally do it, is there anything to consider? Thanks!
-
Konbini: a new multiplatform parser library
Konbini is a functional parser combinator library inspired by Haskell parsing libraries like Parsec. It's (hopefully) fairly easy to use, and is about as performant as the better-parse library. In fact, it's quite similar to better-parse in many aspects. The main difference is in how parsers are composed. Where better-parse prefers operators and infix functions, Konbini instead uses plain functions.
kotlinx-datetime
Posts with mentions or reviews of kotlinx-datetime.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
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.
What are some alternatives?
When comparing better-parse and kotlinx-datetime you can also consider the following projects:
kotlinx.atomicfu - The idiomatic way to use atomic operations in Kotlin
koda-time - Joda Time and Java 8 Time Extensions for Kotlin
kotlin-times - :octocat: Kotlin reinvented.
klock - Multiplatform Date and time library for Kotlin
kotlinx.serialization - Kotlin multiplatform / multi-format serialization
krangl - krangl is a {K}otlin DSL for data w{rangl}ing
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
kravis - A {K}otlin g{ra}mmar for data {vis}ualization
swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
better-parse vs kotlinx.atomicfu
kotlinx-datetime vs koda-time
better-parse vs kotlin-times
kotlinx-datetime vs klock
better-parse vs koda-time
kotlinx-datetime vs kotlinx.serialization
better-parse vs krangl
kotlinx-datetime vs Kotlin-Multiplatform-Libraries
better-parse vs asmble
kotlinx-datetime vs krangl
better-parse vs kravis
kotlinx-datetime vs swift-evolution