Common java code without a major theme or external dependencies

Artifacts using Commons (22)
Sort by:Popular

Implements the AST for muscript as algebraic data types. Contains no logic.
Last Release on May 24, 2026
Implements additional data types for muscript, including the [standard library](./runtime/StandardLib.md).
Last Release on May 24, 2026
Core classes for muscript. Required by all other muscript modules.
Last Release on May 24, 2026
Implements the dynamic data model for muscript.
Last Release on May 24, 2026
Provides a thin API around `serialize-databind` for use in other libraries that don't want to depend on `serialize-databind` directly
Last Release on May 24, 2026
A simple framework wrapping Continuation to support using iterators and pattern matching instead of visitors. Also provides support for virtual threads with custom schedulers including a default priority-based scheduler
Last Release on May 24, 2026
Provides wrappers around sun.misc.Unsafe and the LambdaMetaFactory
Last Release on May 24, 2026
Implements the parser for muscript. Originally based on StarScript, it also provides conversion from code targeting that.
Last Release on May 24, 2026
Implements a Decompiler for muscript. It is called this because it can be used to serialize Dynamic data.
Last Release on May 24, 2026
Implements a runtime for muscript, based on data-dynamic for runtime data representation but with optimizations for typed expressions.
Last Release on May 24, 2026