Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v-community/v_by_example
Learn V by Example
https://github.com/v-community/v_by_example
educational hacktoberfest learning lessons programming v vlang
Last synced: 3 months ago
JSON representation
Learn V by Example
- Host: GitHub
- URL: https://github.com/v-community/v_by_example
- Owner: v-community
- License: mit
- Created: 2019-09-19T06:59:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T18:41:12.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T05:49:26.411Z (5 months ago)
- Topics: educational, hacktoberfest, learning, lessons, programming, v, vlang
- Language: V
- Homepage: https://v-community.gitbook.io/v-by-example/
- Size: 476 KB
- Stars: 167
- Watchers: 17
- Forks: 30
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-by-example - V by Example: V by Example is a direct introduction to V by using annotated program examples
- awesome-v - V by Example - V book as [GitBook](https://v-community.gitbook.io/v-by-example/). (Other / Tutorials)
README
# V by Example
**NOTE: This is very outdated and it will be updated and worked upon when V 1.0 is released.**
[Brazilian Portuguese](pt-br/README.md) | [Deutsch](de/README.md) | [English](en/README.md) | [Bahasa Indonesia](id/README.md) | [Chinese](cn/README.md) | [Japanese](jp/README.md) | [Italian](it/README.md) | [French](fr/README.md)
> Learn V by ExamplesV by Example is a direct introduction to V by using annotated program examples.
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)Discord: [https://discord.gg/vlang](https://discord.gg/vlang)
## Section 1
Introduction to V by presenting a few basic examples and exercises.
- [Hello World](en/examples/section_1/hello_world.md)
- [V Keywords](en/examples/section_1/keywords.md)
- [Primitives](en/examples/section_1/primitives.md)
- [Variables](en/examples/section_1/variables.md)
- [Strings](en/examples/section_1/strings.md)
- [Comment](en/examples/section_1/comment.md)## Section 2
This section discusses the main operators and conditional statements in V.
- [Operator](en/examples/section_2/operator.md)
- [If-else](en/examples/section_2/if-else.md)
- [Match](en/examples/section_2/match.md)
- [Loops](en/examples/section_2/loops.md)## Section 3
A study on functions and methods and in the most important data structures in V: arrays and struct.
- [Functions](en/examples/section_3/functions.md)
- [Arrays](en/examples/section_3/arrays.md)
- [Struct](en/examples/section_3/struct.md)
- [Methods](en/examples/section_3/methods.md)## Section 4
In this section, we dive deeper and study the features inside the Array object. Other examples like JSON, Writing/reading files and Testing are covered.
- [Array Functions](en/examples/section_4/array-functions.md)
- [Testing](en/examples/section_4/testing.md)
- [Files](en/examples/section_4/files.md)
- [JSON](en/examples/section_4/json.md)## Team
Current list of maintainers/authors:
- [Don Alfons Nisnoni](https://github.com/dhonx)
- [Ivo-Balbaert](https://github.com/ibalbaert)
- [Sven Patrick Meier](https://github.com/SuicideS3ason)
- [Swastik Baranwal](https://github.com/Delta456)
- [Vitor Oliveira](https://github.com/vbrazo)## Contributing
See our [CONTRIBUTING.md](CONTRIBUTING.md) and start contributing today. We usually elect new maintainers based on contributions.
## License
[MIT](LICENSE)