samhuri.net


By Sami Samhuri

March 2008

Project Euler code repo in Arc

Release early and often. This is a code repo web app for solutions to Project Euler problems. You can only see your own solutions so it's not that exciting yet (but it scratches my itch... once it highlights syntax). You can try it out or download the source. You'll need an up-to-date copy of Anarki to untar the source in. Just run arc.sh then enter this at the REPL:

arc> (load "euler.arc")
arc> (esv)

That will setup the web server on port 3141. If you want a different port then run (esv 25) (just to mess with 'em).