Louis Pilfold

Results 761 comments of Louis Pilfold

That would be amazing, thank you! If you can do a favour and add lots of comments and linking to any references that would be appreciated. So I stand a...

Tagging @hayleigh-dot-dev as I think she is very interested in this. I could see this being a very powerful and convenience feature to have in the language. The main things...

Great points Hayleigh. I agree with you that making it look like an assignment would fit better with the language as it is today. At first I prefer the idea...

It is unfortunate that the `then` sort-of reads backwards now. ```rust with user

I'd like to avoid any direct comparisons to Haskell as there is a lot of confusing information there that I don't think will help us achieve our goals, so I...

More! ``` let x promise.then let x from load_user() |> promise.then bind x = load_user() |> promise.then give x = load_user() |> promise.then chain x = load_user() |> promise.then yield...

It is purely syntactic and is unrelated to the concept of a monadic bind, though it could be used with it. Yield is a good word because it yields control...

Oh cool! I didn't know Koka had the same feature. Very cool to see. It is quite reassuring to discover other languages with the same feature after we have designed...