dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

IE compatibility issues #46

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

On IE, canvas-related programs are not running correctly. See SK's words.rkt program, for example. We need the silly IE compatibility shims, I think.

schanzer commented 13 years ago

Yeah, this doesn't surprise me, since IE doesn't actually have a canvas element until v9 (or is it 8? either way...)

If the Chrome Frame method works, it will eliminate the need for those shims altogether.

dyoo commented 13 years ago

Compatibility shims added to Whalesong. Closing issue.