Arc Forumnew | comments | leaders | submitlogin
1 point by hasenj 4909 days ago | link | parent

I think I found a reasonable hack for #2:

  (def import (path) (load ($.build-path ($.getenv "arc_dir") path)))
Given that you add 'export arc_dir' to arc.sh


1 point by hasenj 4907 days ago | link

Maybe instead of arc_dir, we could use ARC_PATH (similar to PYTHONPATH) which would hold a list of paths separated by colons, the first thing being the directory where arc is installed.

-----