Release early and often. This is a code repo web app for solutions to Project Euler[1] 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[2] or download the source[3]. You’ll need an up-to-date copy of Anarki[4] 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). [1] http://projecteuler.net
[2] http://nofxwiki.net:3141/euler
[3] http://samhuri.net/euler.tgz
[4] http://arcfn.com/2008/02/git-and-anarki-arc-repository-brief.html
|