David Vázquez Púa
David Vázquez Púa
Literal arrays are not created with `make-array`. The compiler knows how to dump them. The function `dump-array`' is responsible for this. Of course, it is wrong because it uses simple...
I suppose it is not converted to integer. Is `ls-read-from-string' working in the host? The issue is that in Javascript every number is a float. So we do not difference...
Sure. However the problem still remains. How to force the disjointness of rational and float (and so integer and float)? As the library uses primitive numbers for exact integers in...
I already have a look to the time that tests take. But this could be much better. We could record it by test and try to make it more reliable....
We can use the wiki to the instructions but I want still a little website. Name of the project, description, the "Fork me in github!", and a link to the...
@rayslava, I think our best bet would be include your code in the bootstrap, something similar to what we do with the tests. So it is pre-compiled too. We could...
@rayslava, It disappeared because the REPL was rewritten in Lisp. If you want to call jscl from Javascript, we would need to export a evalString equivalent function using FFI. As...
I approve the idea. I think there is not any problem at all, but we will have a look. Also, we can profile the bootstrap to try to speed up...
Sorry, I was finalizing the `codegen` pull request. I will try to figure out what is wrong tomorrow.
Or at least in the `describe` function.