Skema Alternatives
Similar projects and alternatives to skema
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
klause
Kotlin solver for Boolean and integer constraint problems. Finds and samples satisfying solutions, picks the best under a weighted objective, and exports to CNF for external SAT engines.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better skema alternative or higher similarity.
skema discussion
skema reviews and mentions
Posts with mentions or reviews of skema.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-18.
-
From Closures to an AST in a Kotlin Transform Graph
The expression node code above lives in Eignex/kumulant under schema/Expr.kt. The serialization plumbing (polymorphic discriminator, typed-key schemas) is the Eignex/skema library, covered in more detail in the previous post.
-
Three Stabs at a Typed Schema DSL in Kotlin
I've pulled the pattern out as Eignex/skema, now at 0.1.0 (Swedish skema means template). It's a Kotlin Multiplatform library where one definition does double duty: typed compile-time access on the producer side, and a kotlinx-serializable wire format so a consumer that doesn't share your Kotlin code can still decode the schema and walk it by name. kumulant, klause, and combo will all settle onto it eventually, just haven't gotten there yet.
Stats
Basic skema repo stats
2
8
-
about 1 month ago
Eignex/skema is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of skema is Kotlin.