Arc Forumnew | comments | leaders | submitlogin
2 points by sacado 6489 days ago | link | parent

No, unless you use the anarki version or patch it yourself (on Linux, fixing the date problem seems to be enough).


2 points by lojic 6489 days ago | link

Right (re: Linux), here's a patch for arc1 (it's similar for arc2):

http://arclanguage.com/item?id=3356

See the parent of that link for other ways to patch. I just used one of the original patches and modified slightly for arc1. For arc2, I justed used ediff in emacs and copied the old date block over.

Instead of patching each release, maybe it would be better to simply redefine the date function in separate file and always load that.

-----

1 point by eds 6488 days ago | link

Anarki works on Windows as of yesterday. (I think the solution was to use scheme's date and mkdir functions, which should fix the problem on all platforms.)

http://arclanguage.org/item?id=3647

-----