Owen Rodley

Results 4 issues of Owen Rodley

Floats ending in `.0` get read in as ints: ``` lisp CL-USER> (read-from-string "1.0") 1 ```

bug
wontfix

Builds are starting to take over a minute on my laptop, and one way to speed them up significantly would be to avoid recompiling files that haven't changed since the...

enhancement

At the moment, printing a javascript object always results in `#`. It would be nice to have the fields printed: something like `#` for an object with an x property...

feature

We only support 8 byte initial values, which are broadcast across the register. To avoid introducing unnecessary uarch dependencies, we find the largest vector register size used in the snippet,...