Arc Forumnew | comments | leaders | submitlogin
4 points by hasenj 4900 days ago | link | parent

It would be nice if one could load some definitions into a namespace

  (load "module.arc" ns)

  ; ns is a hashtable
  ; module.arc defines 'foo'
  ; we access it with ns!foo

  (ns!foo a b c)