Peanuts is a fun Python-based programming language with its own syntax and runtime, modules, and more.
import nutmath
nut main():
jar x = nutmath.add(5, 3)
print(x)
main()
Run it with:
py peanuts.py run <file>.nut
The output should be:
peanut_lang_output: 8
We take contributions with open arms. If you want to contribute, submit a PR and we will get to it as soon as possible!
Remember to stay crunchy!