Arc Forumnew | comments | leaders | submitlogin
2 points by krapp 1917 days ago | link | parent

I don't know, but I can't see how it would be feasible when any module or package could arbitrarily and globally redefine existing symbols, functions, operators, etc.


3 points by kinnard 1917 days ago | link

I tried to build a package manager for arc it's partially implemented.

-----

1 point by krapp 1916 days ago | link

How did you define a 'package' in Arc?

-----

1 point by kinnard 1916 days ago | link

I haven't yet really, as yet it's just a set of files of code. After I make some headway on my current projects I plan to turn my attention back to it, they'll each be packages.

-----