The solution picked is a nice compromise between everything proposed: if the REPL input was obviously a def or mac declaration, and the output is obviously a lit clo or a lit mac literal, then we just skip printing it.
The @ idea from the end of that issue is still a good idea, but should be tracked in a separate issue.
[x] Track the @ idea in a separate issue (Edit: Now tracked in #386)
Closes #110.
The solution picked is a nice compromise between everything proposed: if the REPL input was obviously a
def
ormac
declaration, and the output isobviouslyalit clo
or alit mac
literal, then we just skip printing it.The
@
idea from the end of that issue is still a good idea, but should be tracked in a separate issue.@
idea in a separate issue (Edit: Now tracked in #386)