dmd codegen improvements
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 2 20:57:44 PDT 2015
On 9/2/2015 7:48 PM, Adam D. Ruppe wrote:
> but still i'm meh on the practical usefulness of such things. I guess if you
> target a canvas and run your code in it that makes more sense but my preferred
> style is a progressive enhancement webpage where you want to know the browser
> platform and work with it rather than around it.
I don't see a whole lot of point to generating JS from another language. You
can't do anything more than JS can do, and you're likely to be doing less.
More information about the Digitalmars-d
mailing list