Powerful Integrated Sensing and Communication (ISAC) Algorithm Library for Research and Development
Symbion UI core components
Simple form library for React and TypeScript
Runtime type system for TypeScript
A minimalistic CSS framework
Javascript expression parser/evaluator/solver library
PG utility class and Koa middleware
Agent harness for hot-reloadable function evolution in Rust.
Proc macros for symbiont hot-reloadable function declarations.
Symbiotic relationship patterns for ternary agents including mutualism, parasitism, and commensalism
Tree-sitter grammar for the Symbiont (.symbi) agent DSL
Symbiont is a cool implementation of proc-objects execution algorithm: in the context of other object, but with the preservation of the closed environment of the proc object and with the ability of control the method dispatch inside it. A proc object is executed in three contexts: in the context of required object, in the context of a closed proc's environment and in the global (Kernel) context.
Symbiont is a framework that allows you to describe your application in terms of activity and page definitions. Those definitions can then be referenced by test libraries using the DSL that Symbiont provides. The DSL allows web elements to be proxied to a driver library. The DSL provides a fluent interface that can be used for constructing test execution logic. This fluent interface promotes the idea of compressibility of your test logic, allowing for more factoring, more reuse, and less repetition. You can use Symbiont directly as an automated test library or you can use it with other tools such as RSpec, Cucumber, or my own Specify tool.