[ANN] ModuleLoader 2.3
[ANN] ModuleLoader 2.3
- Subject: [ANN] ModuleLoader 2.3
- From: Tetsuro KURITA <email@hidden>
- Date: Wed, 14 Sep 2011 23:08:38 +0900
ModuleLoader is a system for loading and managing AppleScript libraries(modules).
http://www.script-factory.net/en/XModules/index.html#ModuleLoader
AppleScript's "load script" command requires a full path to a library file,
which can be difficult to manage and makes distribution, installation and
use of AppleScript libraries problematic.
ModuleLoader introduces a modern module system for AppleScript. You can
load and manage modules with minimum efforts like other scripting language
(e.g. Perl, Ruby).
Some examples :
== A top level script
property Module1 : module
property loader : boot (module loader) for me
== A module which depends on other modules.
property Module2 : module
-------------------------------------------------
The "module" command in the property definition marks the property as a place
where a module is loaded into. "boot (module loader) for me" statement cause
actual loading modules and set the modules to the specified properties.
I believe ModuleLoader could be the best solution for a module loading system
of AppleScript. Please check details of ModuleLoader with the manual.
Changes in version 2.3 :
* Function to specify the version of the module to be loaded.
- Inspired by AppleMods.
I welcome any comments, suggestions and questions, even if it's negative.
=======================================================
Tetsuro KURITA
E-mail: email@hidden
http://www.script-factory.net/en/
=======================================================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden