From 4bac2c82de093dd869ba209087308c0514286aa9 Mon Sep 17 00:00:00 2001 From: Brad Sharp Date: Mon, 7 Feb 2022 06:59:45 -0800 Subject: [PATCH] Clarified compatibility --- rfcs/libraries.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rfcs/libraries.md b/rfcs/libraries.md index 34e52615..b3fa535b 100644 --- a/rfcs/libraries.md +++ b/rfcs/libraries.md @@ -108,7 +108,10 @@ For compatability across platforms, we will automatically map `/` onto `\` on Wi #### Backwards Compatibility -Possibly not. TBD +Luau libraries are not compatible with existing Lua libraries. This is because Lua favors the `.` based require syntax instead. + +- Libraries are fully compatible with the Roblox engine as string-syntax is unsupported. +- Compatibility with existing Luau is TBD. ### Defining a Library