JoshOrndorff / LearnRholangByExample

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

0 vs. Nil for smallest / stopped process #1

Closed dckc closed 6 years ago

dckc commented 6 years ago

0 The smallest possible process. It literally means "do nothing".

In some grammars, 0 is a symbol for the stopped process. Not so in rholang. The stopped process is written Nil. The 0 process is an integer value.

I'm not sure it makes much difference...

JoshOrndorff commented 6 years ago

Thanks.

Fixed in 71a84338fe969bf