Arc Forumnew | comments | leaders | submitlogin
I've been doing Project Euler in Arc. Here's my Mercurial repo (bitbucket.org)
6 points by zck 5097 days ago | 4 comments


1 point by zck 5097 days ago | link

Not all the code I've done is up there. Also, I only recently started putting code up, so the commit times aren't actually when I did the problem; I'm not that fast.

Here's my Project Euler profile: http://projecteuler.net/index.php?section=profile&profil... . Feel free to ask any questions. I generally stopped optimizing code once it ran in less than a minute, so there are definitely some problems that could be optimized more.

-----

1 point by Qu4Z 5096 days ago | link

Excellent. I've recently started doing it too, as an exercise in learning arc. I must say I'm really enjoying the language so far.

My only gripe thus far: I do recall finding an interesting documentation page including threading functions, file IO, etc; this does not appear to be linked anywhere useful though. Was this an unofficial site? If it is official, perhaps it should be linked from arclanguage.com.

In any case, excellent language. Well done. Greatly enjoying. A+, would download again.

Edit: Found it at http://files.arcfn.com/doc/index.html and bookmarked it. It was a lot harder to find than I think it ought to be, but perhaps my google-fu is simply weak.

-----

1 point by evanrmurphy 5095 days ago | link

> It was a lot harder to find than I think it ought to be, but perhaps my google-fu is simply weak.

You're not alone. I lost that page many-a-time before I finally bookmarked it.

Re: your earlier thought, it is technically unofficial documentation. You may find Search Arc Forum [http://af.searchyc.com/] a useful tool for future Arc-related searches. (Although simply searching Google with "site:arclanguage.org <query>" works pretty well.)

I think you're new here... welcome to the forum! :)

-----

1 point by akkartik 5094 days ago | link

aw maintains a list of resources at the top of http://awwx.ws. That's probably the best place to catch up if you end up away from arc for a bit.

-----