zlacker

[return to "Who Can Name the Bigger Number?"]
1. gglon+Hj[view] [source] 2015-02-17 01:44:03
>>jeremy+(OP)
Now the contest for programmers: Write the biggest number in one line of code (80 characters, keywords count as 1 character, whitespace - 0) using computer language of choice(standard library with infinite integer type) that any reasonable programmer can prove that it is actually a finite number.
◧◩
2. swatow+3n[view] [source] 2015-02-17 02:46:45
>>gglon+Hj
might be easier to use a language like Idris, which can check that functions are total (i.e. return a finite number in finite time).
[go to top]