Skip to content
  • Christophe Rhodes's avatar
    alternative printing for the REPL · f3a32de1
    Christophe Rhodes authored
    instead of using print(), use str().  Also, be even more cautious
    about cleaning up in printToString; previously, errors in printing
    would lead to a sink to a closed fifo...
    
    Printing is still not really right, and I forsee that we will end up
    writing our own printer to get something more lispy.  But at least
    this approach tends not to dump huge tables into the REPL.
    f3a32de1