V
A simple, fast, safe, compiled language for developing maintainable software. Inspired from C, C++, Go and Rust.
Here are 129 public repositories matching this topic...
Don't know what are the goals of vid, but when I saw that vid wants to have some configuration (colors, ...), needs undo, wants non-vim controls, then I asked myself why not to save some work and use nvim as backend (as e.g. https://github.com/equalsraf/neovim-qt/ does)?
The performance shall be also very good, there are mature Emacs (or other contro
-
Updated
Jul 2, 2020
Admissions
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 this issue if you're interested in learning the V language and contributing to this repository.
Besides collaborating in the examples, you can also become an official translator maintainer in your native language. We haven't started t
-
Updated
Jun 11, 2020 - V
-
Updated
Jun 25, 2020 - V
-
Updated
Jun 8, 2020 - HTML
-
Updated
May 10, 2020 - V
-
Updated
May 30, 2020 - V
-
Updated
Aug 28, 2019 - V
-
Updated
Jan 15, 2020 - V
-
Updated
Dec 12, 2019 - V
-
Updated
May 6, 2020 - V
-
Updated
Jun 6, 2020 - V
-
Updated
Apr 28, 2020 - V
Created by Alex Medvednikov
Released 2019
Latest release 6 days ago
1. https://vlang.io/play
Example ( JSON decoding/encoding ):
Returns:
You just found a bug. V can't compile this program, but it should. Please create a GitHub issue.
Solution: ?
2. https://vlang.io/docs
fn main() { age = 21 }Using Run works perfectly.
But all other examples like Strings, ...
name := 'Bob' println('Hello, $name!') //$` is used for strin