MACSCRPT Archives

August 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Oliver Lardner <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 20 Aug 2010 12:09:15 +1000
Content-Type:
text/plain
Parts/Attachments:
text/plain (61 lines)
On 2010/08/20, at 12:00, MACSCRPT automatic digest system wrote:

> There is 1 message totalling 51 lines in this issue.
> 
> Topics of the day:
> 
>  1. [ANN] ModuleLoader 2.2.1
> 
> ----------------------------------------------------------------------
> 
> Date:    Fri, 20 Aug 2010 00:43:28 +0900
> From:    Tetsuro KURITA <[log in to unmask]>
> Subject: [ANN] ModuleLoader 2.2.1
> 
> ModuleLoader is a system for loading and managing AppleScript libraries(modules).
> 
> http://homepage.mac.com/tkurita/scriptfactory/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 mark 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.2.1 :
> 
> * Fixed an error of a local loader on Mac OS X 10.6 (Thanks to hiRaoka-san).
> * Improved English manual (Thanks to Ed Stockly).
> 
> I welcome any comments, suggestions and questions, even if it's negative.
> 
> =======================================================
> Tetsuro KURITA
> E-mail: [log in to unmask]
> http://homepage.mac.com/tkurita/scriptfactory/en/
> =======================================================
> 
> ------------------------------
> 
> End of MACSCRPT Digest - 13 Aug 2010 to 19 Aug 2010 (#2010-38)
> **************************************************************

ATOM RSS1 RSS2