Arc Forumnew | comments | leaders | submitlogin
Project Euler code repo in Arc
9 points by sjs 5897 days ago | 1 comment
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


1 point by treef 5893 days ago | link

did you put this in the arc-wiki? I dont think i see it there! Any additional lib to arc is always good.

-----