Arc Forumnew | comments | leaders | submitlogin
2 points by cronin1024 5868 days ago | link | parent

I haven't been using anything so complicated as any of these other responses - I basically fire up the Arc REPL and load in my program. Just call

arc> (load "foo.arc")

Where foo.arc is your program file and it should work fine.