Jonathan Immanuel Brachthäuser
Jonathan Immanuel Brachthäuser
See also https://github.com/effekt-lang/effekt/tree/feature/llm
Hey @marvinborner what are the next steps here?
Thanks for the benchmarks, do I read it correctly that `triples` and `tree_explore` basically disappear, because they are much faster?
Most continuation heavy benchmarks seem to be much faster, except parsing dollars. That's strange
Thanks @marvinborner !
Ultimately yes, but I would wait with it
Hey @marzipankaiser what do you want to do with this PR?
What would you expect, otherwise? The answer type of the handler is `Nothing` unless you upcast it there. We could of course compute the join of the different handlers and...
Yes, that sounds about right
I'd like to be able to allocate an object into a region (if it has mutable state). ``` new Foo(x, y) in {r} ``` or maybe ``` interface Foo {...