Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

"okay" concept #22

Open Charles-Johnson opened 3 years ago

Charles-Johnson commented 3 years ago

If a mutation expression is successful, the expression should reduce to the "okay" concept

i.e. let a -> b should reduce to okay unless there is an error e.g. if b -> a, let a -> b would make a cycle in the reduction graph