moonagents VS libfsm

Compare moonagents vs libfsm and see what are their differences.

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
moonagents libfsm
2 2
5 914
- -
0.0 8.4
over 2 years ago 7 days ago
C C
GNU General Public License v3.0 or later BSD 2-clause "Simplified" 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.

moonagents

Posts with mentions or reviews of moonagents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-05.
  • How can I communicate across coroutines?
    1 project | /r/lua | 7 Dec 2022
    If you're not aiming for true parallelism and you're happy with concurrency models like Lua's native coroutines, you may try MoonAgents.
  • How to get Lua scripts to communicate with each other?
    2 projects | /r/lua | 5 Apr 2021
    I'm not familiar with Sol3 so I don't know how (and if) this can fit with it, but you can have a look at MoonAgents. It's a library I wrote some time ago that loosely implements the ITU-T SDL standard which defines precisely the system you are looking for, where multiple concurrently running agents (scripts) send/receive signals (data) to each other and react accordingly.

libfsm

Posts with mentions or reviews of libfsm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-18.

What are some alternatives?

When comparing moonagents and libfsm you can also consider the following projects:

chocolate-doom - Chocolate Doom is a Doom source port that is minimalist and historically accurate.

mcc - MicroC example compiler for Stephen Edward's PLT class, but in Haskell

maleeni - A lexer generator for golang

RE-flex - A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.

c_fsm_generator - FSM generator for C

visual-automata - Visual Automata is a Python 3 library built as a wrapper for the Automata library to add more visualization features.

apli - The Abstract Programming Language Interface (APLI) is a framework for generating Abstract Syntax Trees (ASTs) to enable developers to create domain-specific languages faster.

python-hyperscan - 🐍 A CPython extension for the Hyperscan regular expression matching library.

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

state-machine-engine - A simple function pointer-based State Machine Engine in C.

acwj - A Compiler Writing Journey

flex - The Fast Lexical Analyzer - scanner generator for lexing in C and C++