ModuleLoader allows you to load modules for AppleScript. It allows you to load a module by specifying its name.
Load script command is the most common way to load a module/libray into AppleScript. However, this command requires that you specify the path to the module. The path can be maintained by you. ModuleLoader allows you to search for the module in predefined locations and to update dpendencies using only its name.
Version 3.0.2:
Note: Now requires a 64-bit Intel processor