Stephen Chang

Results 155 comments of Stephen Chang

> I'd be using this to program in Racket — if I wanted to program in JavaScript I'd use JavaScript directly. (-: I don't buy the all-or-nothing dichotomy. The success...

I created a "small project" label, to identify smaller things that potential contributors could work on, but not sure if that's the right thing to call it, so opinions welcome

Thanks for your interest! Here is approximately what I think needs to be done: 1. The first step would be to [add a case in the IL -> JS pass](https://github.com/racketscript/racketscript/blob/master/racketscript-compiler/racketscript/compiler/assembler.rkt#L304-L311)...

@vishesh As a first step, could we just add `async` and `await` cases to `%js-ffi`?

Sounds good. I'll spin out a separate task for it, in case someone is interested in working on it.

I'd like to continue discussion because to me, it's not clear what the right thing to do here is. Philosophically, this issue seems different because it moves past the original...

> No, there's no way to disable contracts in general. Why not? :) I think many users would use it.

> > No, there's no way to disable contracts in general. > > Why not? :) I think many users would use it. Like here! > [I should be able...

Ok I'll try to figure out a solution

Figured out the problem. The compiler is indeed copying the third-party library, but the path stays relative to the original source file. So if the library file was `../../.../` from...