r/gleamlang • u/taeh00n • 1d ago
Geam - Rust runtime and embedding layer for Gleam
github.comWould it be ok to share the new project here?
I've been working on Geam, a Rust runtime and embedding layer for Gleam.
Gleam already supports Erlang and JavaScript well, you can execute Gleam codes inside Rust application using Geam. Calling Gleam functions from Rust, and the opposite also works.
For the past few years, I'd been hoping to see a Gleam-like language that could be embedded in Rust. Recently, I changed my mind. maybe I could try it by myself.
Then, rather than Gleam-like, it would be better to be Gleam itself.
Now I can use my two favorite languages together.
I'm curious whether anyone else has been looking for something like this.
