Arc Forumnew | comments | leaders | submitlogin
2 points by pg 5443 days ago | link | parent

Create a Scheme file foo.scm that contains

    (load "as.scm") ; or whatever
    (aload "bar.arc")
and in bar.arc put whatever additional Arc code you want to define, then a call to it:

    (def myscript () ... )

    (myscript)
Warning: some Arc operators in the standard distribution don't work on Windows.