icon: rocket order: 10
Before starting, please read the Ideas page and choose a project you are interested in. Set up a C++ compiler, clone pocketpy sources from github and try to build. This helps you confirm that your skills and experience match the requirements of the project.
First, you need to install these tools:
gcc and g++ are already installed. If you are on Windows, you can install Visual Studio with C++ development tools.pip install cmake to install it.Then, clone pocketpy sources from github and try to build:
git clone https://github.com/pocketpy/pocketpy
cd pocketpy
python cmake_build.py
If everything goes well, you will get a main executable (main.exe on Windows) in the root directory of pocketpy.
Simply run it and you will enter pocketpy's REPL.
pocketpy 1.4.0 (Jan 24 2024, 12:39:13) [32 bit] on emscripten
https://github.com/pocketpy/pocketpy
Type "exit()" to exit.
>>>
>>> "Hello, world"
'Hello, world'
Your need to send an email to blueloveth@foxmail.com with the following information:
See Coding Style Guide.
If you have any questions, you can join our Discord or contact me via email. We are glad to help you with your application.