Ben Sless
Ben Sless
Probably just me being slow. Since the file specifies it is still a wip I couldn't know that all the rules there are a comprehensive list. Maybe a slight restructuring...
I'm still not sure what the problem is. I opened the ticket after running in debug mode, which is where my last remark comes in, eventually, I end up with:...
The algorithm: - interleave odds and [2] - mapcat `@x(If (== 2 x) (Cons x Nil) Nil)` - take the first element my expectation, which may be wrong, is that...
Huh, that's peculiar. Is there a way to sort of round-robin arguments reduction? There's no reason to prioritize one over the other in terms of processing time. And it violates...
To add a bit on the subject, it has a curious overlap with the paper I've been playing with in this thread: Fair evaluation (e.g. `or`) should interleave execution, it's...
Since HVM is supposed to be fully lazy and in this exercises it eagerly evaluates an infinite computation, should it be considered a bug? Not trying to create extra work...
I don't think you are wrong, I guess the fundamental question is: Does the runtime need to reduce all the arguments to reach a valid redex? If I have `(Foo...
I don't know why, but it reminds me of Dan Friedman's work on Frons, which are a sort of data structure X computation engine which managed to fairly allocate computational...
@ydewit I wanted to go for a straightforward implementation of the paper, where mplus is monadic concat and interleave is implemented with mplus and bind: ```javascript // Interleave - fair...
I get a 100 in the helm popup but there are certainly more. Where would be a good place to check how many channels are returned?