Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    This is a really good answer. I’m glad you mentioned Haskell & ML (both of which F# draws inspiration from). I know you’ll hear Haskell folks talking about “continuation style”. async/await is just compiler magic/syntax sugar on top of that concept. Commented Aug 28, 2018 at 0:27
  • 1
    Did Haskel officially ship with these keywords or constructs before F#? Commented Oct 22, 2020 at 19:06
  • 1
    @TheSharpNinja I have improved the answer, hopefully that makes things clearer. Commented Oct 22, 2020 at 19:52
  • I think that Dijkstra invented the concept (perhaps with the THE operating system ...) around 1965 Commented Sep 16, 2023 at 13:27