JSAN

from Wikipedia, the free encyclopedia

JSAN , also known as JavaScript Archive Network , is an online portal for developing open source libraries and software for JavaScript . JSAN is closely based on the CPAN concept for Perl . For example, the framework is called Joose , based on the CPAN module Moose . Additionally, there are modules like Test.Simple and others that are very similar to their Perl counterparts.

design

JSAN worked as a CPAN module with an almost identical test system and folder structure. Documentation is written using JavaScript comments in POD . It is then converted to HTML and other formats using Perl POD modules . Some of the newer techniques that are used in JSAN are considered "test runs" for new functions for the design of " 6PAN ", the CPAN enhancement that is supposed to take the version changes in Perl 6 into account.

More information

  • JSAN Wiki - Wiki used in the JSAN project
  • CPAN - the Perl equivalent of JSAN

Web links

  • JSAN - the JavaScript Archive Network