Arc Forumnew | comments | leaders | submit | TookTooMany's commentslogin
0 points by TookTooMany 5839 days ago | link | parent | on: arc2c update

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 5839 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 5838 days ago | link

Thanks!

-----