Closed jimscarver closed 3 years ago
I'm not sure what I'm reviewing for. What does "the log" refer to? Which log? On which service?
the log stdout refers to is usually rnode.log
The "learn rholand by example" tutorial is not for any particular service.
I linked the tutorial to the rgov dev interface but the examples using stdout do not show any results in the dev interface, so I changed them all.
Not sure what's going on here.
In some places there is result(`rho:io:result`)
, and in others there is simply result
.
I'm confused, and may not be the best person to review this.
the rholang by example examples are changed to use explore with the result as first new name so the result is obtained without requiring access to the log.
This is a good idea!
rho:io:result is not a valid uri, I The first new name introduced is the result of an explore.
the rholang by example examples are changed to use explore with the result as first new name so the result is obtained without requiring access to the log.