D to Javascript converter (a hacked up dmd)

Piotr Szturmaj bncrbme at jadamspam.pl
Wed Feb 29 09:43:28 PST 2012


Adam D. Ruppe wrote:
> But, wrapping might be fun. I could probably do & 0xff
> if and only if D otherwise forces it to be a ubyte. But,
> what about the bit pattern of negative numbers?

Take a look at WebGL's Typed Arrays. They allow explicit size integers 
and binary operators. The disadvantage is they're supported only on 
newest browsers.


More information about the Digitalmars-d-announce mailing list