Skip to content

Comment on Rama on Clojure's terms, and the magic of continuation-passing styleparent

Comments

I found myself liking the F# way of consuming/producing IAsyncEnumerable's with taskseq. It's very terse and looks nice: https://github.com/fsprojects/FSharp.Control.TaskSeq?tab=rea...

Apparently Microsoft hold a patent on “yield!”, which makes it all the more frustrating that they haven’t included it in C#.

In F#, yield! is a computation expression, C#'s yield within methods that return IAsyncEnumerable<T> works more or less the same way.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.