James Miller
James Miller
Rationals rely pretty heavily on the GCD for either calculating the LCM or reducing the rational. Initial benchmarks show that the GCD is a large proportion of the time for...
Most of the function in the `ll` module take a size as an `i32` type. I'm not entirely sure why I did that, as a `u32` type makes more sense...
Most of the links in the README are broken, this makes trying to find the various dependencies or extra documentation very, very difficult.
I am interested in implementing JIT for Rusp, sooner rather than later, as we can then focus towards a language that uses LLVM better rather than trying to shoe-horn JIT...
Since we seem to be going for dynamic, strong typing, it would be nice to have a way to pattern match on types. This should just be another pattern, so...