/load/README

http://github.com/alimoeeny/arc · #! · 13 lines · 9 code · 4 blank · 0 comment · 0 complexity · e4934d11b5e24436aefc230a760aa207 MD5 · raw file

  1. .arc files in this directory (load/) will be autoloaded by libs.arc, after the
  2. usual arc files (strings.arc, srv.arc, etc). See CHANGES/autoload for details.
  3. Code should go here only if it is either:
  4. 1. An important language extension (eg 'make-br-fn), especially one which a
  5. library writer would find obnoxious or undesirable to have to 'load manually.
  6. 2. Features important for, and preferably specific to, the REPL. For example, an
  7. interactive help subsystem.
  8. This is emphatically NOT the place to put libraries. No, we don't care how shiny
  9. it is. Put it in lib/ where it belongs.