It's Python, but better.
- No mandatory indentation (yay!)
- Beautiful braces (finally!)
true
,false
, andnull
keywords (no more confusion!)++
operator (hell yeah!)
It's the Python upgrade we've all been waiting for!
- Install Python3.6 or higher
- Run the following:
git clone https://github.com/tusharsadhwani/pythonplusplus.git
cd pythonplusplus
python ppp.py test.pp -o test
If the output says test.ppc created successfully
, you've just compiled your first python++ program! If not, contact your local sysadmin for help.
- To test your program, type:
python test.ppc