JoshOrndorff / LearnRholangByExample

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

Visual corrections #3

Closed jeremybeal11 closed 5 years ago

jeremybeal11 commented 6 years ago

i think you should consider about having a visual breakdown of the code that shows the user what it looks like to print "Hello World" along with the definitions you defined. See example: img_1606

Viraculous commented 6 years ago

@jeremybeal11 I thinks this chart is helpful. Could there be a clearer visual aid? This one is kinda rough

jeremybeal11 commented 6 years ago

@Viraculous this is just a draft. i have already spoke with @JoshOrndorff about it and i believe this will be more refined when we hit that bridge

Viraculous commented 6 years ago

Awesome

JoshOrndorff commented 6 years ago

I like this idea, but some of the suggested labels don't fully make sense. If anyone can create a nicer version I'll happily include it. Extra Credit for a PR, but dropping it here is also fine.

jeremybeal11 commented 6 years ago

@JoshOrndorff i will work on it. now that i have learned more about Rholang i can clarify those points. for instance: i didnt know what "new" was at the time so i assumed it was declaring a variable not creating an "unforgeable" name for that channel.