jclasslib
jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. (by ingokegel)
better-parse
A nice parser combinator library for Kotlin (by h0tk3y)
Our great sponsors
jclasslib | better-parse | |
---|---|---|
3 | 2 | |
2,252 | 351 | |
- | - | |
5.4 | 3.1 | |
about 2 months ago | 6 months ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 or later | 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.
jclasslib
Posts with mentions or reviews of jclasslib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-17.
-
Debugger for Java Bytecode
I use jclasslib to view bytecode: https://github.com/ingokegel/jclasslib
-
FlatLaf 1.0 - Swing Look and Feel
FlatLaf is already used in a lot of open-source and commercial applications. To name only a few: Apache NetBeans, jclasslib, KeyStore Explorer, install4j, DbVisualizer, MagicPlot, OWASP ZAP. Here is a longer list.
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 2022-10-10.
-
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.
What are some alternatives?
When comparing jclasslib and better-parse you can also consider the following projects:
kotlinx.atomicfu - The idiomatic way to use atomic operations in Kotlin
kotlin-times - :octocat: Kotlin reinvented.
kotlin-pluralizer - :sunny: Kotlin extension to pluralize and singularize strings
kotlin-logging - Lightweight logging framework for Kotlin. A convenient and performant logging facade.
koda-time - Joda Time and Java 8 Time Extensions for Kotlin
klutter - A mix of random small libraries for Kotlin, the smallest reside here until big enough for their own repository.
krangl - krangl is a {K}otlin DSL for data w{rangl}ing
Strukt - C-style structs on the JVM!
kotlinx-datetime - KotlinX multiplatform date/time library
asmble - Compile WebAssembly to JVM and other WASM tools