monte-language / typhon

A virtual machine for Monte.
Other
67 stars 10 forks source link

Recursive non-equality comparison is slow/infinite #198

Open MostAwesomeDude opened 7 years ago

MostAwesomeDude commented 7 years ago

I haven't been able to get a stack overflow for some reason, but:

def x := [1, x]; x <=> x