jvdb

Results 6 comments of jvdb

Interesting find! I haven't looked at this in-depth yet, but I would think that the `values.head.slice.getData()` call should just be wrapped in a trampoline? With regards to implementations such as...

I will debug your example to see if I can come up with a good solution! But I agree the non-tail-recursiveness is a deal-breaker for just wrapping in a trampoline.

Will be added for the upcoming release. A basic implementation for `ByteStream` exists in the `util` package in the test code of the `core` component. It is exposed in a...

A problem here is with the contract for `Object.hashCode()` in Java, which has as [second clause](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--): > If two objects are equal according to the equals(Object) method, then calling the...

Another solution is to use rewriting to normalize expressions. This could then lead to full equality of originally different expressions. Only thing to consider then is origin tracking so that...

I may end up implementing `LtEqNum` and `GtEqNum`, but I'll take another look first!