Effect CommunityEC
Effect Community8mo ago
22 replies
/indigo

Discussion on Creating a Transpiler for Effect-Specific DSL to TypeScript

just curious, but has there ever been a discussion of making a transpiler for effect-specific DSL code to typescript?

at some point of a framework's life, especially one like effect, it almost becomes a language of its own. the interesting parallel we can look at is .tsx files, which are essentially typescript files + component syntax. its also an apt comparison bc both tsx and effect are for writing declarative code.

I wonder if it would be possible/plausible to create something like this.
Was this page helpful?