Goedel (#147)

On Nov 20, 7:33 am, Phrogz [email protected] wrote:

p source.to_godel.to_s(16), source.to_godel.to_s(16).length
#=>
109928055222911065585177400120222073290458112170107253536109207782866474923 340245398537976067814986699174220598282003995587224677486029159248495553882 158351479922840433375701904296875000000000000000000000000000000000000000000 00000000000000000000000000000000000000000
#=> 266

Oops, that second result is from:

p source.to_godel, source.to_godel.to_s.length
which is the more interesting value. (As a hex string it’s 221 chars,
I believe.)