kotlin-shell VS 4koma

Compare kotlin-shell vs 4koma and see what are their differences.

kotlin-shell

Tool for performing shell-like programing in Kotlin (by jakubriegel)

4koma

A TOML 1.0 parser library for Kotlin (by valderman)
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
kotlin-shell 4koma
2 4
139 72
- -
0.0 0.0
almost 3 years ago 10 months ago
Kotlin Kotlin
Apache License 2.0 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.

kotlin-shell

Posts with mentions or reviews of kotlin-shell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-29.

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 kotlin-shell and 4koma you can also consider the following projects:

kscript - Scripting enhancements for Kotlin

kotlin - The Kotlin Programming Language.

kotlinx-cli - Pure Kotlin implementation of a generic CLI parser.

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

cobra - A Commander for modern Go CLI interactions

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

ionos-dyndns - dyndns daemon for ionos domains

parsec - A monadic parser combinator library

maven-mvnd - Apache Maven Daemon

better-parse - A nice parser combinator library for Kotlin

kotlinx.coroutines - Library support for Kotlin coroutines

konbini - Parser library for Kotlin