From 74bf8d86a00db49a9200bcb65f0eddf8cdd1726c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 19 Feb 2024 17:19:12 +0800 Subject: [PATCH] Update ideas.md --- docs/gsoc/ideas.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/gsoc/ideas.md b/docs/gsoc/ideas.md index de3eac33..c05cd1b0 100644 --- a/docs/gsoc/ideas.md +++ b/docs/gsoc/ideas.md @@ -31,8 +31,7 @@ Though pocketpy is designed for game scripting, some people are using it for scientific computing. It would be nice to have a `numpy` module in pocketpy. -We know `numpy` is a huge project. +`numpy` is a huge project. Our goal is to implement a most commonly used subset of `numpy` in pocketpy. You can mix C++ and Python code to simplify the overall workloads. - -https://github.com/pocketpy/pocketpy/issues/202 +See https://github.com/pocketpy/pocketpy/issues/202 for more details.