Sunflower is an interface for creating Recursive Functions! This is a block-based interface. Use primitive functions and perform operations on function to create recursive functions.
This is a React app.
To run the app, first clone this repository, and do cd recursive_blocks
to navigate into the program directory.
Make sure you have React+npm installed on your machine.
You can verify if they are installed by running npm -v
to check your npm version.
Then run npm install
to install all the package dependencies.
Finally, run npm run dev
to start running the app on localhost.