Welcome to Derw #14
Replies: 1 comment 1 reply
-
This project looks good. After 5 years of Elm, I basically want an Elm + TEA abstraction but with the ability to call Javascript synchronously from my app code. Most of my runtime errors in Elm come from moving Json.Encode.Value across ports, and sometimes I'm just doing that to round trip an Elm value into JS to use a JS library function on it. Yet presumably the async FFI is to reduce runtime exceptions, so it's been something I'm willing to give up, but it's also something that Derw solves because the Typescript I call from Derw can see my Derw types and vice versa which isn't something you get with Elm. I used Derw last night to rewrite an app I had just started in Elm and I had a good experience. Unlike most one man langs, I like that you already have tooling set up like VS Code formatting and the lang server. The Typescript output is also so simple that I keep it open in another tab to keep an eye on what's going on. Good work. I've read your posts on Substack and I recognize your username from Elm over the years. I'm excited to see this progress! |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
If you wanna reach out to someone directly, try Twitter
Beta Was this translation helpful? Give feedback.
All reactions