Remix.run Logo
behnamoh 3 days ago

can we implement this in Python?

eliben 3 days ago | parent [-]

The Y combinator in Python: https://eli.thegreenplace.net/2016/some-notes-on-the-y-combi...

(scroll down, after the concept is explained using Clojure)

A bit crazier, in Go with generics: https://eli.thegreenplace.net/2022/the-y-combinator-in-go-wi...

skrishnamurthi 2 days ago | parent [-]

This isn't the Y-combinator.