I've had various discussions on whether it's possible to write a one line algorithm to solve a number of simple problems (e.g. check if a number is prime/power of 2/..), but was wondering if there is any known limits to what you can and can't do with a single line of code?
I know that the concept of a "line of code" is pretty abstract, but I guess one cross-language definition could be say - 80 8-bit characters, (although I suppose you could argue that a single statement would be more appropriate most of the time).
If limits are known, are there any concrete ones with real languages that people actually program with or is it all just theory? If not, is it just that the problem is too woolly or is it that know one knows how to do it?