Jeff Bezanson

Results 236 comments of Jeff Bezanson

The segfault I can fix. Agree with the rest of your assessment.

I don't think "lazy" is accurate here; it just computes the reduction. Whether there is an intermediate array is not observable.

Quite right; I made the unorthodox choice to have `stroke` not be scaled by default. Having outlines scale along with shapes is one of the small gotchas in the cairo...

I'm fine with that. Let's think of a new name for the un-transformed stroke function.

Is the resize event paired with an expose event? It may be that some platforms give both events in this case.

Looks like `reveal` calling `tcl_doevent` is handling the next event, which seems to be maybe an expose event like I thought. There seem to be 2 expose events though; not...

No, because we still aren't handling events properly. We are using a timer to poll, which is pretty awful.

What's the ask here? Remove the `::Int` on dims arguments?

I don't believe so. In femtolisp, I got undefined variable errors for all of these, and commenting them made the benchmark run, so I assume that means the benchmark doesn't...

> While I can see how that makes the parsers job easier It doesn't :) > instead of just > having on `+` method for integers we now have ~16...