dolio
dolio
It's actually difficult to be very efficient (I think). The problem is that the efficient way to build a vector is to write to a mutable vector and freeze. But...
Just to document my findings from last night: The likely reason for this is that vector implements `takeWhile` as streaming. If you follow the chain of calls, it will stream...
Talking with @ezyang, cabal's new build stuff can apparently address this pretty well (it won't go as far as relinking without recompiling, but I don't think that's the biggest deal,...
I'm not sure unifying the entire API is an ideal solution, or even related to this request. For one, the API is already the same for these functions. Slicing is...
Looks okay to me. I was a little skeptical about `network-udp-0.0.0`, but it looks pretty simple, mostly wrapping `network` and other stuff, and I don't see any other udp implementations...
Everything on the necessary list is now checked off.
I created a branch `jit-bundle` that adds a `define-runtime-path` for the `libb2` library in the `crypto` file. It builds successfully for me. However, it doesn't seem like I can test...
Yeah, I don't get any libraries in the directory with just `raco exe .../unison-runtime.rkt` `raco distribute ...`. I assume that on Linux all the libraries are 'system libraries' or whatever...
I don't know what the Mac install looks like, but I would guess there's a `lib` subdirectory of it or something. I don't see one on Linux, but that's consistent...
I think Paul is right. The sort of thing that's going to happen is that `a` gets solved to `'{Exception} ()` from the first argument to `foreach`. *Then* we check...