From 9e0c7cd5202d738bebc92a1e6c332f6a07fff245 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Apr 2012 11:05:01 -0400 Subject: Added note about LuaJIT compatibility; doc/11_Scripting.md --- doc/11_Scripting.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/11_Scripting.md') diff --git a/doc/11_Scripting.md b/doc/11_Scripting.md index d2ce5f08..a214fe0f 100644 --- a/doc/11_Scripting.md +++ b/doc/11_Scripting.md @@ -54,6 +54,15 @@ as vanilla Lua with the following exceptions: [Lua 5.2]: http://www.lua.org/manual/5.2/ +### LuaJIT + +Even though Textadept can be run with [LuaJIT][], LuaJIT is based on Lua 5.1 and +is not fully compatible with Lua 5.2. Therefore, modules and scripts should be +written to be compatible with both versions. There is a compatibility layer in +`core/compat.lua`. Please see it for more information. + +[LuaJIT]: http://luajit.org + ## Scintilla The editing component used by Textadept is [Scintilla][]. The [buffer][] part of -- cgit v1.2.3