Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
hasenj
5094 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
5091 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.
-----