-
Hey,
enjoying the Project. Nice work, very oriented, the syntax is clean.
But i have some questions though and i'm sure some people would find them interesting as well.
- Is it "safe" to use V?…
-
**V version:** 0.1.18
**OS:** Ubuntu 18.04
**What did you do?**
v -lib constant/
**What did you expect to see?**
Compilation sucess
**What did you see instead?**
/home/x/test/constant/co…
-
## V 0.1.15
*15 Jul 2019*
- FreeBSD, OpenBSD, NetBSD, DragonFly support.
- Hot code reloading now works with graphical applications: [bounce.v](https://github.com/vlang/v/blob/master/examples/h…
-
when `gcc -std=gnu11 -w -o vc.exe -lm`:
undefined reference to `__imp_gethostname'
collect2.exe: error: ld returned 1 exit status
-
Hey,
Right now V must be installed in ~/code/v, because it needs to know the location of the vlib modules.
One way to fix this is introduce an environment variable, like Go's GOROOT. But I reall…
-
**V version: 0.1.10**
**OS: Ubuntu 16.04.6 LTS x86_64**
**What did you do?**
Tried running ``tetris.v`` file using command ``$v run /tetris.v``
These dependencies already installed.
``libglfw…
-
This also fixes Azure CI.
-
I suggest to not pick up lagacy too much and not to use rundandant keywords/aliases.
Examples:
**Example 1:**
```v
byte // alias for u8
int // alias for i32
rune // alias for i32, represe…
-
using bash, windows10, llvm from https://github.com/mstorsjo/llvm-mingw/releases
$ v -cg ./users.v
C compiler=gcc
warning: E:\p-tools\v\vlib\time\time.v:218:16: you are calling an unsafe function…
-
[Bitwise rotation](https://en.wikipedia.org/wiki/Bitwise_operation#bit_rotation) is an operation directly supported by most hardware processors, although most higher-level programming languages lack a…