Replies: 2 comments 3 replies
-
Hello, Thank you for the feedback ❤️ Yes I've heard of lunatic, I even considered using it in the Letlang Runtime and replace my current implementation (assuming you can run WebAssembly outside of a browser, I admit to know next to nothing about WASM). Though that's for later, I need to finish the language's spec first before continuing the implementation. I'm at the "Proof of Concept" phase and progressing slowly (I wish I could work fulltime on this, but I need food 😅). |
Beta Was this translation helpful? Give feedback.
-
'm glad to hear that you find the project interesting and that you appreciate the documentation. And yes, I have heard of Lunatic! It's definitely an interesting project, and I can see why you would draw parallels between it and Letlang. Both projects aim to bring some of the strengths of Erlang to a new platform - in the case of Letlang, that platform is the web, and in the case of Lunatic, it's WebAssembly. I haven't had a chance to play around with Lunatic too much yet, but from what I've seen, it looks like a really promising project. It's always exciting to see new technologies that take inspiration from Erlang and the BEAM, and I'm looking forward to seeing how Lunatic develops over time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey David,
Letlang is a really interesting and ambitious project. I especially like the documentation on the website and in your medium articles.
Have you heard of lunatic by any chance?
It's a WebAssembly runtime inspired by Erlang written in Rust. It even uses
tokio
.I see a lot of overlapping goals between letlang and lunatic and thought you might be interested in checking it out.
Beta Was this translation helpful? Give feedback.
All reactions