Here's how you can write a simpler (one-parameter) Y-combinator in Scala 3. The methods `y` and `recurse` would be defined in a library, then you would just call `recurse` when you want to recurse.pic.twitter.com/DLqYoO6QmU
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Thanks! The `f` is straight out of lambda calculus, so I think basically every other language will write the `f =>` explicitly, in some form.