Replies: 1 comment 9 replies
-
a) Let me see what I can cobble together in an hour. See this in the meantime. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You know I'm trying the language when I'm making two post in the same day. I hope you don't mind. Now first of all I want to ask how the modules work. I have the following structure:
I want to import the "io.vx" module from the "voxlib" package (using D words). I'm trying the following statement in the "test.vx" module:
import voxlib.io
. And I'm getting the following error message:Error: Cannot find module
voxlib.io`. So I suppose the system is different. What should I do?The second thing I wanted to say (didn't want to make a separate post) is that I would like some sort of documentation. Now I said it before and I know that making a documentation is hard and takes time so I have an idea! What do you say to make something simple and fast that will only show the language features without explaining match? Just for the sake of knowing what's available and how things work (take the module system for example). For example something like that.
How does this sound? This will probably take 3-4 hours (You don't have to explain everything in super detail) and you can have it ready in 3-4 days depending on how much free time you have. People will ask questions (like I do now) anyway so I think that's a nice to have for now until we get a big full documentation!
Alternatively, What about writing the changes from D?? That can also be a great idea. From example the changes in the name of the types! In the module system, etc. That can be even faster! Man I'm so exited!!!
Beta Was this translation helpful? Give feedback.
All reactions