By zdev [Current version]
5 years ago | Version 1 Initial version of Unfold Studio is Glitchy |
5 years ago | DAJ commented: Are you signed in? |
5 years ago | zdev commented: Yes |
5 years ago | DAJ commented: k |
5 years ago |
chris commented:
It's true--I have lots of open issues on Unfold Studio that need to be fixed (https://github.com/cproctor/unfold_studio/issues). I've seen this problem happen. The problem is that there are some errors that the compiler can't catch. For example, imagine a program like this: -> loop === loop === -> loop It looks correct, but when you run it, it creates an infinite loop. I need to add some smarter error-checking to catch this kind of thing. |