Better examples
Im using Dyon to write a piece of game server software, but the lack of documentation makes this rather hard. Examples: How does one call a Dyon function with a Current Object? How does one get a return value from call_str? And the list goes on.
Perhaps we should have a place where people can post their problems with learning Dyon.
I created a subreddit: https://www.reddit.com/r/dyon/comments/6yx6zc/welcome_to_the_dyon_subreddit/
Have you figured out the answer to those problems? I'm asking just because I'm wondering.
The tutorial definitely needs more examples.
Wanted to weigh in on this. The tutorial has a bunch of great code snippets relating to the basics of syntax & semantics, but it would be nice to have a section containing examples of "real world" scripts.
As a new user, one first things I want to know when learning a language is "what can I do with this language", And having one or two longer examples in the tutorial itself (not on the subreddit) would help.