LO
LO - small programming language targeting WASM that aims to be as simple as possible (by glebbash)
moonbit-docs
The docs of MoonBit programming language (by moonbitlang)
LO | moonbit-docs | |
---|---|---|
5 | 7 | |
463 | 1,484 | |
0.2% | 8.8% | |
9.6 | 9.8 | |
26 days ago | 5 days ago | |
Rust | MoonBit | |
MIT License | GNU General Public License v3.0 or later |
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.
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.
LO
Posts with mentions or reviews of LO.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-26.
-
Lo – simple WASM native language
Absolutely. The memory management is manual like in C, but with addition of defers it is actually quite good to work with.
Here is the source for the allocator: https://github.com/glebbash/LO/blob/81f96bb09e3a0b1455b32497...
It also links to where I learned how to build the "proper" allocator from scratch.
-
deno-ffigen: C FFI bindings generation for Deno
While I was developing lole-lisp I happened to create a tool to generate C FFI bindings for Deno.
moonbit-docs
Posts with mentions or reviews of moonbit-docs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-26.
-
Lo – simple WASM native language
Looks interesting! Always glad to see more WASM native languages coming. You may take a look at MoonBit(https://github.com/moonbitlang/moonbit-docs/tree/main). The language is Rust-like with gc support, and we also have a full toolchain like cloud IDE, compiler, build system, and package manager.
-
How to Plot the Mandelbrot Set Using MoonBit?
Full code: https://github.com/moonbitlang/moonbit-docs/tree/main/examples/mandelbrot
- Moonbit: The fast, compact and user friendly language for WebAssembly
What are some alternatives?
When comparing LO and moonbit-docs you can also consider the following projects:
pglite - Embeddable Postgres with real-time, reactive bindings.
chasm - A WebAssembly runtime built on Kotlin Multiplatform
keepcalm - Simple shared types for multi-threaded Rust programs
artichoke - 💎 Artichoke is a Ruby made with Rust
Rhai - Rhai - An embedded scripting language for Rust.