forum-discussion
AOC 2025; Tasks: https://adventofcode.com/2025/ Solutions: https://github.com/vlang/adventofcode/
Community Book
DeepSeek model for V chat bot
How's the actual state of the language?
Vanilla example with 500k+ Requests/sec
AOC 2024 Day 19, Solutions
AOC 2024 Day 16, Solutions
AOC 2024 Day 15, Solutions
AOC 2024 Day 14, Solutions
AOC 2024 Day 13, Solutions
AOC 2024 Day 12, Solutions
AOC 2024 Day 11, Solutions
AOC 2024 Day 10, Solutions
AOC 2024 Day 09, Solutions
AOC 2024 Day 08, Solutions
AOC 2024 Day 07, Solutions
AOC 2024 Day 06, Solutions
AOC 2024 Day 05, Solutions
AOC 2024 Day 04, Solutions
AOC 2024 Day 03, Solutions
AOC 2024 Day 02, Solutions
fast2.v
AOC 2024 Day 01, Solutions
AOC 2024; Tasks: https://adventofcode.com/2024/, Solutions: https://github.com/vlang/adventofcode/
A new GUI Library for V Lang
fn (f Foo)foto(){...} vs (f & Foo); vs (mut f Foo)?
WH and NSA recommand to not learn and use C/C++ yet for softwares programming.
json2 string encode performance
compiling simple vwebui example, gives me bunch of errors
Is there an equivalent to Python's Requests.Session in V?
Does the current V license allow me to create a private product?
How to remove array element?
Embedded NoSQL db ?
Coroutines
v-analyzer is out!
Vim support for V
Need a guidance on build tool
The V website redesign
spavn-analyzer (aka new VLS) alpha testing
Is there a simple way to save variable to encrypted file and get_var() from the encrypted file?
Website Redesign 🎨
vlang-mode emacs
Introducing V Open Source Community Association (VOSCA)
How come unsafe "clone" isn't working on a fixed array?
How to compile to c declaration
Array gives error when I cross the "limit"
Error with `pico.v` example
What framework does Vweb use behind it?
winmd - generating V code from Windows API metadata files
why my script have warning unused variable "res" althought i used the variable "res" in loop?