From 5eb833a9845681c586956fc3026c585adb26da9b Mon Sep 17 00:00:00 2001 From: xushiwei Date: Tue, 15 Jul 2025 12:30:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94de0464..1ab28368 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ LLGo aims to expand the boundaries of Go/XGo, providing limitless possibilities How can these be achieved? ``` -LLGo := Go + C + Python +LLGo := Go * C ecosystem ``` -LLGo is compatible with C and Python through the language's **Application Binary Interface (ABI)**, while LLGo is compatible with Go through its **syntax (source code)**. And here C doesn't just include C, but all languages that are ABI compatible with C, including C/C++, Objective-C, Swift, etc. +LLGo is compatible with C ecosystem through the language's **Application Binary Interface (ABI)**, while LLGo is compatible with Go through its **syntax (source code)**. C ecosystem includes all languages that are ABI compatible with C (eg. C/C++, Python, JavaScript, Objective-C, Swift, etc). ## C/C++ standard libary support