JoshOrndorff / LearnRholangByExample

Teaches rholang to beginners and intermediate programmers through hands-on examples and experimentation.
67 stars 32 forks source link

Adding a zip file with all of the .rho exercises #7

Closed jeremybeal11 closed 5 years ago

jeremybeal11 commented 5 years ago

If you have the files, can you make a .ZIP with all of the exercises in it and add them to an exercise folder in the tutorial? My thought behind this is to make it simpler for those who wants to stay in the RNode env to run the exercises in the standalone mode and have all of the files there. I can add the documentation in the 0-Developement Env folder on how to transfer the files and extract them. In addition, all they have to do is type: rnode eval ~/Rholang/.rho as they are reading alongside the tutorial.

This is just an idea. We don't have to do this at all. its just, i find myself having to create new .rho files into my node just to test in the RNode env.

JoshOrndorff commented 5 years ago

Anyone who clones the repo will have all the files. Learners who are nota fmiliar with git can download the zip from https://github.com/JoshOrndorff/LearnRholangByExample/archive/master.zip which I get like in this screenshot.

image