From c447886a368571ec5d79310796414a31032ae4ea Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Thu, 2 Feb 2023 22:29:52 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index d9b455de..13866f58 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,6 @@ Please see https://pocketpy.dev for details or try [Live Demo](https://bluelovet ![sample_img](docs/sample.png) - -## News - -PocketPy is undergoing a major reconstruction. -The next version, `0.8.x`, is a huge break change compared with `0.6.x`. - -Changes in `0.8.x`: -1. better way for C bindings/host bindings -2. try/catch support -3. yield/coroutine support (we will try to implement asyncio) -4. complete reflection (exec/eval/getattr/setattr/hasattr) -5. bytecode optimizer (will improve the performance by 2x-3x) - -Since the main purpose of PocketPy is for game engines, which is usually single-threaded. We will change some designs to fit this situation. -All threaded interfaces will be deleted. PocketPy will no longer provide thread support at the C language level. If one needs to run the virtual machine in a thread, we recommend to use the thread support provided by the host language. - ## Reference + [cpython](https://github.com/python/cpython)