Hacker News new | ask | show | jobs
by out_of_protocol 697 days ago
Don't need a language then, just compile down to "return 4". No instructions needed. Without user input it's not really useful. How about returning maximum value of user-privided array of int64 values? If array is static, just return final value and that's all. Smart compiler for the win!

P.S. precomputing even a single int64 space is going to be really really hard, 2^64 possible values is a lot

1 comments

the only approach to practical programming with Ar is to have external dependencies on hard to compute functions until I implement them :)