Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5260 days ago | link | parent

I just switched to this version (also in anarki). I was seeing errors with unicode escape sequences, and this bug was just easier to fix.


1 point by aw 5260 days ago | link

Good! I wanted to see if the latest code would work with the hackinator, so I grabbed a copy from Anarki and updated the deepcopy code:

  $ hack ycombinator.com/arc/arc3.1.tar \
         awwx.ws/ac0.hack \
         awwx.ws/scheme-json0.hack
Seems to work. (require (file "lib/.../foo.ss")) appears to be the right thing to do for .ss files; a Scheme load uses Arc's readtable which messes up on square brackets, and a plain (require "lib/.../foo.ss") doesn't like periods in directory names.

-----