Ryan Nett

Results 163 comments of Ryan Nett

Not that I've been able to find, it just made it into 2.4.0-rc3. I expect there will be one eventually, but I wanted to see if I could get it...

Yeah, I didn't expect it to be this complicated when I started. Most likely going to have to wait for a c api to actually add it.

Do you know what tensorflow's intended demarcation is between the C api and the C++? Because there's lots of C++ in the `.cc` files but it seems to be kept...

Big +1 for the Scope Properties and Contextual Classes proposals. Scope properties would make my compiler plugins quite a bit nicer (put `IrPluginContext` in context and a few other things),...

> to @mcpiroman's point, maybe the syntax can put the context in the next line, similar to the existing `where` syntax: > > ```kotlin > fun List.sum(): T > context(Monoid)...

This appears to have regressed with the new HTML style.

I've been looking into a Kotlin version of TensorFlow's `tf.function` which is similar to this in a lot of ways and ideally would make use of it. For those not...

Yeah, that's pretty close, although the `TFGraph.fromFunction(::caller)` would be implicit and done by IR rewriting, you would just call the function. There's also my issue with captures, with how I...

One question/clarification about value interfaces: how do value interfaces and non-value interfaces interact inheritance-wise? It doesn't make sense for a non-value interface to extend a value interface, but the opposite...

Seconding this. Would be nice to have IDE autocompletion, too, but that's not a Dokka issue.