mirror of
https://github.com/pocketpy/pocketpy
synced 2026-05-07 10:43:36 +00:00
Improve README clarity and fix grammar issues
This commit is contained in:
parent
9a57b281e8
commit
e1cf4d2a19
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
|||||||
# pocketpy: portable python 3.x interpreter
|
# Pocketpy: portable python 3.x interpreter
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<!-- Build -->
|
<!-- Build -->
|
||||||
@ -25,10 +25,10 @@
|
|||||||
<a href="https://deepwiki.com/pocketpy/pocketpy"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
|
<a href="https://deepwiki.com/pocketpy/pocketpy"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
pocketpy is a portable Python 3.x interpreter, written in C11.
|
Pocketpy is a portable Python 3.x interpreter, written in C11.
|
||||||
It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance.
|
||||||
pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project.
|
pocketpy has no dependencies other than the C standard library, which can be easily integrated into C/C++ project.
|
||||||
Developers are able to write Python bindings via C-API or pybind11 compatible interfaces.
|
Developers can write Python bindings using the C-API or pybind11-compatible interfaces.
|
||||||
|
|
||||||
Please see https://pocketpy.dev for details and try the following resources.
|
Please see https://pocketpy.dev for details and try the following resources.
|
||||||
+ [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser
|
+ [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser
|
||||||
@ -215,7 +215,7 @@ All kinds of contributions are welcome.
|
|||||||
- any suggestions
|
- any suggestions
|
||||||
- any questions
|
- any questions
|
||||||
|
|
||||||
If you find pkpy useful, consider star this repository (●'◡'●)
|
If you find pkpy useful, consider starring this repository (●'◡'●)
|
||||||
|
|
||||||
## Sponsor this project
|
## Sponsor this project
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user