dyoo / whalesong

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

more ie compatibilty issues #50

Closed dyoo closed 13 years ago

dyoo commented 13 years ago

make sure all references to console.log are guarded.

string->list: must use charAt rather than array indexing. Same with string-ref.

compatibility headers: must use ie=7 to work with excanvas. Otherwise, it breaks horribly.

dyoo commented 13 years ago

Should be fixed by a1009db26edf36e96f5743826a4bb1aed1a39896, fbcbe4fa6f22cc12f59547fe3e1e05696d9201b9, and 2251e7bf0e885382581b0cfecd91cb028698c9f1.