Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

The V Programming Language

@vlang@mas.to
  • Open on mas.to

Simple, fast, safe, compiled language for developing maintainable software

0 Followers
0 Following
17 Posts
Joined August 14, 2023
Website:
https://vlang.io
Github:
https://github.com/vlang/v
X:
https://x.com/v_language

Posts

Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

mv - A small 2D engine using V and Raylib. https://github.com/ArcOfDream/mv

8
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

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

0
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

Sorry for slowposting here 😞 catching up now :3

3
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

V now has SoA structs (Struct of Arrays memory layout) via the @[soa] attribute:

3
0
1
0
Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

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.

2
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Apr 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

Veb, V's builtin web framework, now supports SSL natively!

3
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Mar 19, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

A visualizer for V profile files. https://github.com/Eliyaan/profviz

5
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Feb 22, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

V's immediate mode UI is very efficient.

With 5K widgets, it only takes a few milliseconds to build new layouts.

v install gui

6
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Feb 17, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

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.

9
0
3
0
Open post
vlang
The V Programming Language @vlang@mas.to · Feb 13, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

Native atomic operations without C dependency https://github.com/vlang/v/issues/26474

1
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Feb 02, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

V GUI, V's official immediate mode UI library now supports animations: https://github.com/vlang/gui

Your browser does not support the video tag.
6
0
3
0
Open post
vlang
The V Programming Language @vlang@mas.to · Jan 28, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

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

2
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Jan 28, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

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!

5
0
1
0
Open post
vlang
The V Programming Language @vlang@mas.to · Jan 18, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

JSON-RPC 2.0 client+server implementation is now part of V's stdlib: https://github.com/vlang/v/tree/master/vlib/net/jsonrpc

3
0
1
0
Open post
vlang
The V Programming Language @vlang@mas.to · Jan 09, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

VSL v0.1.51 Released! https://github.com/vlang/vsl/releases/tag/v0.1.51

GitHub

Release v0.1.51: Pure V BLAS/LAPACK Benchmarks & Examples · vlang/vsl

VSL v0.1.51 Release Notes 🎉 Pure V BLAS/LAPACK Benchmarks & Examples This release adds comprehensive benchmarks and examples showcasing VSL's high-performance pure V BLAS and LAPACK implementations...

1
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Jan 09, 2026
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

V Atto Make - Barebone make implementation in VLang https://github.com/SheatNoisette/vamake

1
0
0
0
Open post
vlang
The V Programming Language @vlang@mas.to · Dec 31, 2025
The V Programming Language
@vlang@mas.to

Simple, fast, safe, compiled language for developing maintainable software

mas.to

Vlang 0.5 and happy new year! https://github.com/vlang/v/releases/tag/0.5 🎉

6
0
2
0

Remote instance

mas.to
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 14:03:31 UTC