Skip to content

Instantly share code, notes, and snippets.

@datchley
datchley / JSM.js
Created February 13, 2011 02:11
A Javascript Module facility, similar to Perl's Modules/Exporter (and JSAN)
// Copyright @2011, David Atchley (david.m.atchley@gmail.com)
/**
* @fileOverview
* <p>
* JSM stands for JavaScript Module, and is based on Perl's module and exporter
* facilities. Combines a number of those ideas from Perl and from the existing
* JSAN facility, though with some slight changes.
* </p>
*