Viewing profile — cofunctor
cofunctor
HN member- Joined
- Wed, May 29, 2019, 3:21 PM UTC
- HN karma
- 10
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About cofunctor
No profile information was provided.
Recent public activity
-
comment
Comment #47113920
Such an algorithm would be computing the (uncomputable) function BB : Nat -> Nat, and not the computability of a given BB(n) . Every fixed natural number is computable: just print …
-
comment
Comment #47113842
Here’s a nice concrete construction. To start, fix some enumeration ϕ of Turing machines. Let’s define a sequence of rational numbers x_k as $\sum_{i=0}^k 2^{-(i+1)} * halts(ϕ(i),k…
-
comment
Comment #46969863
One nice way of seeing the inevitability of the complex numbers is to view them as a metric completion of an algebraic closure rather than a closure of a completion. Taking the alg…
-
comment
Comment #20315211
This ought to work with any lazy language (or lazy data structure), which is one of the huge benefits of laziness for FP.
-
comment
Comment #20041430
In some sense it does though. Type Theories (and their associated pure FP languages) often have the exact same algebraic structure as different classes of logic. To my understandin…