moor VS otp

Compare moor vs otp and see what are their differences.

moor

A rewrite of the classic LambdaMOO server; but in Rust and on a modern tech stack (by rdaum)

otp

📫 Fault tolerant multicore programs with actors (by gleam-lang)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
moor otp
7 9
149 346
- 26.3%
9.7 7.3
about 1 month ago 23 days ago
Rust Gleam
GNU General Public License v3.0 only Apache License 2.0
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.

moor

Posts with mentions or reviews of moor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-07.

otp

Posts with mentions or reviews of otp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • Learn OTP with Gleam
    2 projects | news.ycombinator.com | 24 Apr 2024
    Modern type system over BEAM sounds great but unfortunately OTP is still not 100% supported https://github.com/gleam-lang/otp?tab=readme-ov-file#limitat...
  • Gleam
    7 projects | news.ycombinator.com | 7 Nov 2023
    They seem to have rewritten/wrapped OTP, but it's not production ready. https://github.com/gleam-lang/otp

    YMMV, but a BEAM language without OTP severely limits its appeal and usability.

  • Things I like about Gleam's Syntax
    4 projects | news.ycombinator.com | 26 Oct 2023
    Looks like it is an external library[^1]. Readme states it is experimental and lists some limitations.

    [^1]: https://github.com/gleam-lang/otp

  • v0.18 of Gleam, a type safe language written in Rust for the Erlang VM, is out
    2 projects | /r/rust | 7 Dec 2021
    We have a fully type safe and OTP compatible implementation of actors and supervisors here https://github.com/gleam-lang/otp
  • v0.17 of Gleam, a type safe language written in Rust for the Erlang VM, is out
    3 projects | /r/rust | 20 Sep 2021
    No primitives as it's not possible to have them when compiling to JavaScript, but we do have them as types and functions in the OTP library https://github.com/gleam-lang/otp
  • gleam/otp syntax error at "if erlang"
    1 project | /r/gleamlang | 14 Sep 2021
    On the advice of u/WrongJudgment6 I'm reading the Gleam OTP tests. But I can't compile, and hence can't test, the code. (I'd like to do that so I can tweak the tests to do my own experiments.) Whenever I try I get an error like this:
  • How to learn to use concurrency and/or OTP in Gleam?
    2 projects | /r/gleamlang | 13 Sep 2021
    And docs at https://hexdocs.pm/gleam_otp/
  • Gleam 0.15 – Type-safe language for the Erlang VM
    8 projects | news.ycombinator.com | 6 May 2021
    We have a fully type safe and Erlang compatible OTP library! It is used in production today.

    https://github.com/gleam-lang/otp

    It is not a wrapper around gen_server etc, but instead it is a full implementation from the ground up using a very small core. This was done because:

    a) Erlang OTP cannot be typed, we need different abstractions are designed with types in mind

    b) We want to be confident that our abstractions are powerful enough to build something like OTP, rather than cheating by relying on type casts.

    I'm very happy with how Gleam OTP is going, but it is not the focus now that an initial version is out. Tooling and documentation is more important at the moment.

What are some alternatives?

When comparing moor and otp you can also consider the following projects:

floor - The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

Hive - Lightweight and blazing fast key-value database written in pure Dart.

alpaca - Functional programming inspired by ML for the Erlang VM

tinyfugue - TinyFugue - Rebirth

hamler - Haskell-style functional programming language running on Erlang VM.

mudmixer - MUDMixer is an add-on for MUD clients that enriches the gaming experience with connection mixing functionality and a variety of other features.

plug - 🔌 A Gleam HTTP service adapter for the Plug web application interface

gleam-otp-design-principals - Gleam OTP Design Principles User's Guide

messages-rs - Runtime-agnostic actor library

mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.

Rustler - Safe Rust bridge for creating Erlang NIF functions