MCFPP
MCFPP is a brand new objected-oriented language that can be compiled into Minecraft Datapack.
How to download and setup MCFPP
Open terminal and run command
git clone https://github.com/MinecraftFunctionPlusPlus/MCFPP.git
git clone is used to create a copy or clone of MCFPP repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with MCFPP https://github.com/MinecraftFunctionPlusPlus/MCFPP/archive/master.zip
Or simply clone MCFPP with SSH
[email protected]:MinecraftFunctionPlusPlus/MCFPP.git