Christopher Diggins
Christopher Diggins
> Whereas if the object owned and had the responsibility for defining equality you avoid this repetition and I suspect have less code to deal with. Very good point.
> I think the same argument applies to Ordering/Sortability Sorting by varying criteria is common enough that keeping the comparer lambda/interface in the collection could be worthwhile, but I think...
Ordering is a bit of an ambiguous term, I consider it ordered but not sorted. The ordering is determined by construction. If an item is added (appended), then it will...
In the Wikipedia article they do mention that a sequence can be infinite. Consider the sequence: "1,0,1,0,...". There is a first item, but indeed there is no last, which is...
Thank you so much for taking the time to demonstrate this bug in the algorithm. I believe I can address this by generating fresh type variables every time I unify...
One small correction > hence can't handle anything which Hindley Milner can't handle. Hindley Milner can't handle the `dup quote` term as demonstrated in the readme, so while it is...
Failure to created WebGL context could be exposed to the user (host environment) as an "onError" callback in the options. Would need an API to request the FPS from the...
> Also note the drawIndirectCount feature is required in Vulkan, and is available on [no Android devices] (http://vulkan.gpuinfo.org/listdevicescoverage.php?core=1.2&feature=drawIndirectCount&platform=android). Just a small note, that I actually found it on 11% of...
We need this feature in the AEC (Architecture Engineering and Construction) industry to enable rendering of medium to large-size architectural models (aka BIM for Building Information Models) on browsers. Right...