v_by_example
v_by_example copied to clipboard
Learn V by Example
Looking at the history, it looks like there's little to no activity on the project. I'd like to contribute, but it looks like the this might be dead. If so,...
All the code snippets are highlighted using the go syntax. Please replace it with the v syntax ```go fn hello(){ } ``` ```v fn hello(){ } ```
`V by Example` is already doing a good job in terms of contributions, but we still need more maintainers to keep building this project. Please reach out to us in...
Fixed the direction where it said, go try out example in file.v when it should have shown the full path of that file and added const since i noticed there...
I will be looking forward to rewrite the contents of the whole repo because it is very outdated and needs to be written in a more organized format. What do...
I was thinking that we could add tests for the examples and link the tests in the CI.
Provide examples of all types of primitives, wrt initialization and assignment. Show default behaviours.