Joe Politz
Joe Politz
Where will `InternalCompilerErrbacks` be defined and how can it refer to `thisRuntime`?
I'm so confused. I swear I _added_ this at either your request or @dbp 's (https://github.com/brownplt/pyret-lang/commit/5fd829e0f1726ce4fc68127aecb4e884229d7d72)
This is a great idea. I think the principled approach here is `serializers` that are the complement of `sanitizers`, since arbitrary values can be in table cells. I think the...
@shriram @dbp @blerner bikeshed away
Just to be clear the above is the CLI output for ``` fun f(x): x + 1 where: f(5) is 8 end ```
Yeah the plot docs didn't get updated to sync with several improvements that affected function signatures. Ping me if you don't have time to do this today, @sorawee, and I...
No worries, I'll handle it. Do your homework :-)
Thanks! These look like they'd work, but we have a few comments: 1. Even though @shriram suggested these names, I don't really get them. What are they `-like`? I understand...
This isn't something I want to do right now, but it came up when I saw a Scala talk about capabilities and checked exceptions (https://docs.scala-lang.org/scala3/reference/experimental/canthrow.html), basically writing code that goes...
We really ought to be able to notice this case of multiple expressions on the same line that overlap with an `x` in the middle. The issue is with the...