Posted to tcl by jima at Wed Nov 06 22:41:04 GMT 2013view raw

  1. /*====================================================
  2. * rapl_namespace.js "A Tcl like language implementation in Javascript named WebRAPL
  3. * (Web Rapid Application Programming Language)"
  4. *
  5. * handling of namespaces for RAPL
  6. *
  7. * Released under the same terms as Tcl itself.
  8. * (BSD license found at <http://www.tcl.tk/software/tcltk/license.html>)
  9. *
  10. * Based on Picol by Salvatore Sanfilippo (<http://antirez.com/page/picol>)
  11. * (c) Stéphane Arnold 2007
  12. * Richard Suchenwirth 2007: cleanup, additions
  13. * Arnulf Wiedemann 2011: a lot of additions for Tcl 8.6 syntax, itcl support
  14. */