←back to thread

88 points azhenley | 3 comments | | HN request time: 0.206s | source
1. behnamoh ◴[] No.45153980[source]
can we implement this in Python?
replies(1): >>45154298 #
2. eliben ◴[] No.45154298[source]
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...

replies(1): >>45158679 #
3. skrishnamurthi ◴[] No.45158679[source]
This isn't the Y-combinator.