adm


6 points by adm about 1 year ago | link
cached 5 days ago

5 points by adm about 1 year ago | link
cached 7 days ago

5 points by adm about 1 year ago | link | parent | top
cached 5 days ago
Thank you for writing such a long text. I sure could have avoided most of the syntax errors if had run it at least for once, but it serves me right by not doing so. This is my first arc program, but I think if I get such valuable comments, soon I will be writing good, idiomatic Arc code.

5 points by adm 8 months ago | link
cached 4 days ago

5 points by adm about 1 year ago | link
cached 3 days ago

5 points by adm about 1 year ago | link | top
cached 3 days ago
hmmm...still no update in the tutorial.

4 points by adm about 1 year ago | link
cached 12 days ago

4 points by adm 8 months ago | link
cached 8 days ago

4 points by adm about 1 year ago | link | top
cached 6 days ago
just a thought..

  > (def isregfile ..)
  > (def isdir ..)
  > (def issymlink ..)
  > (def isdotfile ..)


  > (mac filternil ...)


  > (= goodfiles (filternil (map isdotfile&isregfile (dir "/home/me"))))
  > (= badfiles (filternil (map isdir|issymlink (dir "/home/me"))))
I prefer & over +.

4 points by adm over 2 years ago | link
cached about 7 hours ago