Arc Forumnew | comments | leaders | submitlogin
0 points by TookTooMany 5827 days ago | link | parent

If you're bored I'd much rather you create a web front end to the Arc REPL with an auto-update option for version upgrades :)


3 points by almkglor 5827 days ago | link

Try this:

  (create-acct "frug" "yourpassword")
  (writefile1 'frug adminfile*)
  (asv)
Then go to http://127.0.0.1:8080/login and enter "frug" and "yourpassword". Then go to http://127.0.0.1:8080/repl

As for auto-update, well, none yet.

-----

1 point by TookTooMany 5826 days ago | link

Thanks!

-----