konbini VS 4koma

Compare konbini vs 4koma and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
konbini 4koma
1 4
39 72
- -
10.0 0.0
over 1 year ago 10 months ago
Kotlin Kotlin
MIT License MIT License
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.

konbini

Posts with mentions or reviews of konbini. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.

4koma

Posts with mentions or reviews of 4koma. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • Konbini: a new multiplatform parser library
    4 projects | /r/Kotlin | 10 Oct 2022
    As part of my efforts to take 4koma multiplatform, I needed a decent parser library to replace ANTLR. I didn't find one, so I created Konbini.
  • 4koma, the awesomest TOML library, hits version 1.0.1
    2 projects | /r/Kotlin | 19 Apr 2022
    Check it out over at GitHub if you're in need of some TOML processing: https://github.com/valderman/4koma
  • 4koma 0.4.0 released
    1 project | /r/Kotlin | 17 Dec 2021
    I just released version 0.4.0 of 4koma, a spec-compliant, no-nonsense TOML library for Kotlin/JVM. The big highlight of this release is that 4koma now supports serialization of TOML documents and decoding of arbitrary types into TOML.
  • Announcing 4koma, a new TOML library for Kotlin
    1 project | /r/Kotlin | 2 Dec 2021
    I needed a TOML library for a private project but wasn't happy with the current alternatives (all of them are either missing crucial features or has an "everything but the kitchen sink" philosophy I don't particularly like), so I wrote my own: https://github.com/valderman/4koma

What are some alternatives?

When comparing konbini and 4koma you can also consider the following projects:

KotlinSpirit - Lightweight library for parsing text in Kotlin, inspired by C++ boost spirit library.

kotlin-shell - Tool for performing shell-like programing in Kotlin

Pi4K - Pi4J Kotlin bindings for the Raspberry Pi GPIO.

kotlin - The Kotlin Programming Language.

ParserKt - Naive one-pass recursive descent, scannerless parser framework for Kotlin

jackson-dataformat-csv - Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future)

parsec - A monadic parser combinator library

Turtle 🐢 - Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.

Ksoup - Ksoup is a lightweight Kotlin Multiplatform library for parsing HTML, extracting HTML tags, attributes, and text, and encoding and decoding HTML entities.

pi4j-kotlin - Kotlin DSL for Pi4J V2

better-parse - A nice parser combinator library for Kotlin