Arc Forumnew | comments | leaders | submitlogin
1 point by lark 4555 days ago | link | parent

Well, I'm incompetent, but this works:

  ;; write in a fine file                                                                                                 
  (def wiff (file contents)
       (w/outfile p file (each b contents (writec b p))))