You can only comment on a story if its author follows you or if they submit the story to one of your prompts.

History of Unfold Studio is Glitchy

By zdev [Current version]

4 years ago Version 1 Initial version of Unfold Studio is Glitchy
4 years ago DAJ commented: Are you signed in?
4 years ago zdev commented: Yes
4 years ago DAJ commented: k
4 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.