Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwawaymaths
1153 days ago
> Whether a particular function pointer resolves to certain functions
This is only a turing completeness issue if the list of functions is infinite. It is not, in zig.
1 comments
gavinhoward
1153 days ago
You don't need an infinite list of functions to run into the problems with Turing-completeness. You only need
effectively
infinite
behavior
, which means all you need is effectively infinite possible inputs.
link
throwawaymaths
1153 days ago
this is simply untrue. I'm sorry. I recommend studying math a bit more rigorously before making claims in the future.
link