Arc Forumnew | comments | leaders | submitlogin
1 point by kens 6276 days ago | link | parent

Thanks; I didn't see "write".

A couple more problems:

  arc> (= x (thread (fn () nil)))
  #<thread>
  arc> (prn x)
  #<thread>Error: "Type: unknown type #<thread>"
  arc> (prn (exact 1))
  #tError: "Type: unknown type #t"
  
It looks like the Scheme types are leaking through, breaking things that use them, not just prn.