Danny Yoo

Results 36 comments of Danny Yoo

On Tue Oct 28 2014 at 8:40:43 PM schanzer [email protected] wrote: > Jens is maintaining the most recent version of whalesong at this point - I > would check out...

On Tue Oct 28 2014 at 10:43:51 PM jab [email protected] wrote: > Aw, sorry to hear it, and thank you for the update. > > I didn't know who Jens...

The error I'm seeing is more than just zero arity. I'm seeing that: ``` (call/cc (lambda (k) (k 3 4 5))) ``` fails. It should return three values instead to...

Note: reply to j g cho when this is fixed: he's running into this as well.

Issue identified. I need to really use phase information to do the proper requires. I'm currently ignoring all modules at phase level 0. What I really need to do is...

I've been doing so. IE compatibility is getting better now.

should be back up, although I'm seeing intermittent crashing from Chrome. Dunno yet where these are coming from.

This is much more bizarre than I thought. If we run Whalesong through the launcher, it behaves differently than if we run it through racket: ``` kui ~/tmp/tmp2 $ racket...

More craziness: ``` kui ~/tmp/tmp2 $ racket /gpfs/main/home/dyoo/work/whalesong/whalesong.rkt build hello.rkt Writing program # Skipping writing resource #; already exists Skipping writing resource #; already exists Skipping writing resource #; already...

In 45e7ab60981b7c18a469366dc86e5a24e2348d3e, I'm forcing the toplevel launcher to run through a dynamic-require, and that seems to dodge whatever weirdness is breaking the internal use of dynamic-require. I'm very unhappy with...