Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 5088 days ago | link | parent

Minor revision of that last 'disktem definition:

  (mac disktem (var tem file)
    `(fromdisk ,var ,file (inst ,tem) [temload ,tem _] save-table))
The only difference is ,tem instead of ',tem for consistency with the other template utilities, which don't quote it.

Did more testing and the reliability seems good, in case anyone else wants this big ol' wart for their own arc's face. ;)