I might be missing something here, but the unlambda interpreter doesn't seem to support input, and so I don't think it is possible to solve the unlambda problems.
All of the problems except one (E01, "Print Hello World") require input, and the best anything did was 1.2% (or 1/80), which I think bears this out.
I think this needs to be done with a full, correct implementation of Unlambda. (The behavior of .n and r also don't match the spec)
I might be missing something here, but the unlambda interpreter doesn't seem to support input, and so I don't think it is possible to solve the unlambda problems.
All of the problems except one (E01, "Print Hello World") require input, and the best anything did was 1.2% (or 1/80), which I think bears this out.
I think this needs to be done with a full, correct implementation of Unlambda. (The behavior of
.nandralso don't match the spec)