To make it possible to create extensions and plug them into the LiveCode engine we've created a new flavor of our language called LiveCode Builder.
LiveCode Builder looks a lot like LiveCode Script so should feel familiar for any seasoned LiveCode developer. There is lots of new syntax which exposes parts of the LiveCode engine that were only previously available to those who were skilled c/c++ developers.
> Warning: It is important to stress right at the start that no aspect of LiveCode Builder should be considered final. Every piece of syntax in LiveCode Builder is subject to change.
Tools > Extension Builder
> Note: A great way to get started is to tweak the script of one of our widget examples.