code
Flexible

Write your code in a .gb file using your favorite code edit or the built-in IDE, or you can even use REPL.

check
Open Source

Source code openly available and supported by the community contributions.

extension
Open to New Ideas

Think the syntax could be better? Documentation could be improved? Contribute and help improve GreenBerry!

Instructions - 3 ways

REPL

Run python gb_repl.py in the command line.

.gb file

Write in a main.gb file, then save and run python gb_main.py

IDE

Run python gb_ide.py, and load a .gb file.

That's it to get started!