dyoo / whalesong

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

repl: 100% cpu when evaluating (color 3 4 5 6) #96

Closed dyoo closed 11 years ago

dyoo commented 11 years ago

No idea what's happening yet, but when I evaluate

(color 3 4 5 6)

at the repl, it looks like there's an infinite loop?!

dyoo commented 11 years ago

Issue corrected. Namespace issues.