• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] ModuleLoader 3.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ANN] ModuleLoader 3.0


  • Subject: [ANN] ModuleLoader 3.0
  • From: Tetsuro Kurita <email@hidden>
  • Date: Tue, 23 Aug 2016 20:36:42 +0900

ModuleLoader is a system for managing and loading libraries(modules) of AppleScript.

* http://www.script-factory.net/software/OSAX/ModuleLoader/en/index.html

In OS X 10.9, built-in support of libraries was introduced to AppleScript.
ModuleLoader is a yet another library system, which has been developed from
2006 before release of OS X 10.9, and has been maintained without interruption
until now.

ModuleLoader have a similar function to "AppleScript Libraries".

Find a library from predefined locations and load the library as a script
object. Libraries are searched from following sub-folders under user's home
directory and the root directory.

* Library/Scripts/Modules
* Library/Script Libraries

In ModuleLoader 3.0, the function to work with "AppleScript Libraries" is
added as follows.

use "ScriptLib" : script "ScriptLib"
property _ : boot (module loader) for me

This script means the library "ScriptLib" is loaded by ModuleLoader instead
of built-in AppleScript Library. Also the library is loaded at compile-time.
Dependencies on the library and ModuleLoader will be vanished at run-time.

And ModuleLoader 3.0 can complement following missing functions of "AppleScript
Libraries".
* All libraries can be loaded and embeded at compile time.
* Libraries can be forced to reload anytime.
* AppleScript text source file (.applescript), applets and droplets can be libraries.

Download : http://www.script-factory.net/software/OSAX/ModuleLoader/archives/ModuleLoader-3.0.dmg
Manual : http://www.script-factory.net/software/OSAX/ModuleLoader/manual/en/index.html
Repository : https://github.com/tkurita/ModuleLoader

I would appreciate any comments.

=======================================================
 Tetsuro KURITA
  http://www.script-factory.net
=======================================================







 _______________________________________________
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


  • Prev by Date: Re: Word script
  • Next by Date: Re: Word script
  • Previous by thread: Re: Word script
  • Next by thread: Unwanted output
  • Index(es):
    • Date
    • Thread