hello!!
when i first saw gleam i felt like the potential for a language to compile to both js and erlang made it the perfect language for web apps
looking into it however, i saw this on the lustre docs:
Although Gleam supports multiple targets, and has conditional compilation features, the language isn’t designed to support a single codebase with different applications for different targets. Instead, we will create three separate Gleam projects
i was wondering if this is a hard limitation of the language, an intentional choice? is this something that can be helped?