Stm_agent Alternatives
Similar projects and alternatives to stm_agent
-
credo
A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
elixir-raknet
An Elixir client for the core of the RakNet networking protocol, useful for games and other latency-sensitive applications that typically rely on UDP
-
stm_agent discussion
stm_agent reviews and mentions
-
10 Years(-Ish) of Elixir
Do you use it for server side game logic too?
It's not as ambitious as an MMO, but I like to use MUDs to learn new languages. I've been (slowly) working on one to learn Elixir and I'm actually finding the concurrency model somewhat difficult to use for the MUD - especially the single world that every player connects to.
I ended up writing my own kind of software transactional memory library to help me out: https://github.com/stevbov/stm_agent
But relying on a library like this feels fairly un-Elixir-like. It seems like the language would shine more in a problem space where there's not so much potential for arbitrary processes to depend upon eachother.
Stats
stevbov/stm_agent is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of stm_agent is Elixir.