Louis Pilfold

Results 1867 comments of Louis Pilfold

We support this at the top level, but not nested yet. ```rust case x { 1 | 2 -> "one or two" _ -> "other" } ``` It would be...

Oh no let's keep this open! The example you've given won't compile! It would be great if we could have that functionality as well.

Thank you! This will be a big improvement :) On Thu, 7 Jan 2021, 17:48 Andrew Varner, wrote: > Oh, okay > > — > You are receiving this because...

A sort of related paper recommendation https://twitter.com/dorchard/status/1199714168003321856

I think this should go in the sections for each data type as if in let it would mean using data structures before they are introduced.

An interesting piece of research on coeffects tracking http://tomasp.net/coeffects/

The other day @crowdhailer cleverly noted that it could be useful to track whether functions are async when targetting JavaScript. This could be a use for effects tracking.

I think this would be a useful refactoring tool for sure. I think I would want it not in the formatter for a couple reasons. The first is that the...

I expect we will want to do this in future though I wish to avoid doing this until we can offer a stable compiler API. Currently there is no guarentee...

As you have noted the problem with this is that it is making the AST a public API which would mean we are not able to iterate and make changes...