Moonbit: Fast, compact and user friendly language for WebAssembly
1–10 of 162 posts
Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#2so https://github.com/moonbitlang/ is empty for now
Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#3"The development of an entire language toolchain, previously spanning years or even a decade, has been streamlined through our accrued experience and the establishment of a dedicated talented team from Moonbit's inception. We expect Moonbit to reach beta status by the end of Q2 of 2024, indicating a phase of relative stability, minimal bugs, and a robust Foreign Function Interface (FFI) for interactions with the Wasm…
Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#4"The development of an entire language toolchain, previously spanning years or even a decade, has been streamlined through our accrued experience and the establishment of a dedicated talented team from Moonbit's inception. We expect Moonbit to reach beta status by the end of Q2 of 2024, indicating a phase of relative stability, minimal bugs, and a robust Foreign Function Interface (FFI) for interactions with the Wasm…
Sample code at https://try.moonbitlang.com/
Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#5Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#6Absolutely nothing about memory management?
they apparently have their own GC and intend to use the one that comes with WASM 2.0.
Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#7Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#8Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#9Re: Moonbit: Fast, compact and user friendly language for WebAssembly
#10The site compares it to Rust and Go but to me the comparison is AssemblyScript. It’s also WASM-native and new with relatively little ecosystem around it. But compared to Moonbit it’s a familiar language to anyone that’s used TypeScript. So why use Moonbit over AssemblyScript?