Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
cronin1024
6086 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.