mv - A small 2D engine using V and Raylib. https://github.com/ArcOfDream/mv
Simple, fast, safe, compiled language for developing maintainable software
Simple, fast, safe, compiled language for developing maintainable software
Simple, fast, safe, compiled language for developing maintainable software
mv - A small 2D engine using V and Raylib. https://github.com/ArcOfDream/mv
Simple, fast, safe, compiled language for developing maintainable software
MiniMax V CLI is a local AI Agent runtime implemented in the V language, providing a unified command-line entry, combining model invocation, tool execution, MCP integration, skill system, and terminal interaction.
https://github.com/whiter001/minimax-v
Simple, fast, safe, compiled language for developing maintainable software
Sorry for slowposting here 😞 catching up now :3
Simple, fast, safe, compiled language for developing maintainable software
V now has SoA structs (Struct of Arrays memory layout) via the @[soa] attribute:
Simple, fast, safe, compiled language for developing maintainable software
V now has its own GC in pure V!
v -gc vgc .
Right now It's significantly slower than the default Boehm GC, but it's a good start.
The performance will be improved.
Having a GC in pure V is much better than relying on a C library.
Simple, fast, safe, compiled language for developing maintainable software
Veb, V's builtin web framework, now supports SSL natively!
Simple, fast, safe, compiled language for developing maintainable software
A visualizer for V profile files. https://github.com/Eliyaan/profviz
Simple, fast, safe, compiled language for developing maintainable software
V's immediate mode UI is very efficient.
With 5K widgets, it only takes a few milliseconds to build new layouts.
v install gui
Simple, fast, safe, compiled language for developing maintainable software
V's new backend is now self hosted (can compile itself)!
Only one of the 4 new backends is self hosted so far: Clean C. It does direct V AST => C translation, like old V's main backend.
SSA C, SSA arm64, and SSA amd64 will be self hosted soon as well.
Simple, fast, safe, compiled language for developing maintainable software
Native atomic operations without C dependency https://github.com/vlang/v/issues/26474
Simple, fast, safe, compiled language for developing maintainable software
V GUI, V's official immediate mode UI library now supports animations: https://github.com/vlang/gui
Simple, fast, safe, compiled language for developing maintainable software
gitval is a reimplementation of gitmal in V, a static site generator. syntax highlighting is delegated to Chroma CLI, but the whole binary stays below 500KB instead of 10MB of the Go runtime. https://github.com/davlgd/gitval
Simple, fast, safe, compiled language for developing maintainable software
V now has SSA, SSA => x64/arm64 backends, a linker built in V and a code signer.
As the result, a 2000 line test program is compiled in 8ms!
It's work in progress, self hosting is not possible yet. But once it is, it's going to be awesome!
Simple, fast, safe, compiled language for developing maintainable software
JSON-RPC 2.0 client+server implementation is now part of V's stdlib: https://github.com/vlang/v/tree/master/vlib/net/jsonrpc
Simple, fast, safe, compiled language for developing maintainable software
VSL v0.1.51 Released! https://github.com/vlang/vsl/releases/tag/v0.1.51
Simple, fast, safe, compiled language for developing maintainable software
V Atto Make - Barebone make implementation in VLang https://github.com/SheatNoisette/vamake
Simple, fast, safe, compiled language for developing maintainable software
Vlang 0.5 and happy new year! https://github.com/vlang/v/releases/tag/0.5 🎉