
Xojo built application can read and write global variables from a Lua script.Lua scripts can call Xojo functions that you register to be visible to Lua scripts.Xojo built application can run the Lua script as whole or call separate functions within the Lua script.Use to give your users ability to script your applications.
#Xojo plugin software
The Einhugur Wren Plugin for Xojo is commercial software but is free on Linux platforms like all our plugins.Ī Lua script interpreter that you can plug into your application to

The Wren engine is Copyright (c) 2013-2023 Robert Nystrom and Wren Contributors, the Einhugur Wren Plugin for Xojo is Copyright © 2022-2023 Einhugur Software. Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax. Wren is a small, fast, class-based concurrent scripting language. Wren error output feed can be re-directed to your own class which can write it out in any way you want.Wren console output can be re-directed to your own class which can write it out in any way you want.Its easy to make functions to allow Wren script to manipulate your Xojo objects.Xojo built application can read variables from Wren modules.Handles many kind of return types and parameters, return values and key-ed multiple return values.New classes can be registered from Xojo that Wren scripts will see.

Wren scripts can call Xojo functions that you register to be visible to Wren scripts.

