Monkey Extras

Community Forums/Monkey Talk/Monkey Extras

therevills(Posted 2012) [#1]
Samah and myself have created a Google Code site to expanded Monkey.

We have currently added a couple of useful configuration options:

Module Path
Provides additional search directories when importing modules. Semicolon separated.

MODULE_PATH="D:\Some\Other\Module\Path"

Data Path
Allows you to change the default data directory.

DATA_PATH="data"


Because we are using Hg it allows us to have different branches, with Monkey-ext we have 3:

* default

The "default" branch will always be the official Monkey release (minus the Mojo module).

* stable

The "stable" branch is for approved extensions to the Monkey language and/or translator, and is merged with "default" as official versions are released.

* development

The "development" branch is for WIP extensions, and will be merged into stable when ready.



Google Code Link:
http://code.google.com/p/monkey-ext/

Monkey Thread:
http://www.monkeycoder.co.nz/Community/posts.php?topic=3387

Last edited 2012


Blitzplotter(Posted 2012) [#2]
Thanks for Sharing, in the near future I intent to exercise my Monkey Licence - just haven't had the time yet. Autumn's a much better time for coding anyways ;)