Vishesh Yadav
Vishesh Yadav
It should automatically copy it to JS build directory like we do for collect library, at-least that's what I recall. This issue reminds me of the project around builds. We...
Seems like its doing something like `import default from mod.js` which is probably not right?
We do not have have our own benchmarks. There is [pycket-bench](https://github.com/pycket/pycket-bench) which can potentially be used for RacketScript (it will probably require some effort). Its good to have microbenchmarks as...
@glebm If you are interested you can take this. A lot of people ask about this.
@avelino: The PR references this issue, but not fixes it.
Native `BigInt` is great news! Thanks for update!!
If you have made some changes since then, we can mege that. Otherwise, its probably good idea to wait for couple more days for this to shape up and avoid...
Commit 5998165b6fc7006c49677dcd0023ffc59a138711 works when there is no result variable to handle. Just if and else statement. Redundant assignments needs to be eliminated. ```javascript var boo = function(n1) { if (M0.equal_p(n1,...
Lists are pair of two values and persistent. You can have some other datatype pointing at middle of the list. When you do `cdr` it will involve popping the first...
Cool. We definitely want to explore alternative encodings. Just warning that this probably wont end up in codebase in matter of days or even weeks. We'll need extensive tests, benchmarks...