Vishesh Yadav

Results 69 comments of Vishesh Yadav

@daynin : Awesome work. It looks great, and fills a huge gap we had. Also feel free to suggest any changes or opinion on what the interop library should be...

Umm, sorry about not looking at it sooner. Looks good to me. What I don't understand is why it requires token. How will Github workflow get the token? Obv we...

It appears there is `GITHUB_TOKEN` which is automatically generated and can be used here instead, and if I understand correctly, it just has current repository in its scope instead of...

I'm just gonna let this PR sit around for some time, until we can get to thinking a bit more about it. Apart from the points you mentioned, another problem...

Scribble would be interesting. Although, unlike Typed Racket or Datalog it would require some changes to Playground apart from any unsupported Racket we may find (e.g. there is `scribble` command),...

>> What examples could/would you put there? I think it would be worthwhile to prepare a feature matrix to compare Racket and RacketScript (in terms of primitive functions, data structures...

I don't think you are missing anything. I convinced myself it is not possible with following reasoning. `WeapMap` works on objects, and essentially what we want is to compute a...

> For make-weak-hash is it better to error or default to non-weak hash (and leak memory)? Ideally, I think it should error to discourage any use of it in RacketScript...

There is also WeakMap and WeakSet, so maybe those can be used to implemented weak-hash instead without ephemerons. Edit: Just went through previous discussion, and seems like we already tried...