soegaard / whalesong

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

implement stop-with #23

Closed stchang closed 9 years ago

stchang commented 9 years ago

In particular, Realm of Racket examples need this construct.

vishesh commented 9 years ago

It was error at my end. I introduced this bug while introducing last-picture. Pushed a fix.

stchang commented 9 years ago

I believe we're talking about different things. I was referring to stop-with, the world state that can be used to get "break"-like behavior, which I don't think whalesong currently supports. I think you're referring to stop-when, the big-bang handler hook, is that right?

vishesh commented 9 years ago

Oh yes my bad.

vishesh commented 9 years ago

Patch for this feature https://github.com/soegaard/whalesong/pull/30 @stchang @schanzer