develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 794

  1. …in reply to @BenLesh
    @BenLesh Thanks for writing up this comparison! While I don't hate the Hack pipeline, I definitely prefer F#. Question on await and yield in F#, you said there was no equivalent, but I thought you could do: foo() |> await // and foo() |> yield Does that not work?