amedvednikov's comments

amedvednikov | 6 months ago | on: My Foray into Vlang

The code you pasted doesn't compile, so it's you who are lying.

Can you link to the promised autofree without GC?

amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative

A lot of text, you didn't answer my simple questions though:

> Can you list any weird behavior/bugs that lead to frustration and confusion?

> And examples of the documentation being outdated/wrong?

Since you wrote

> The documentation is outdated, missing or wrong.

> using it for any real world project is an exercise in frustration and confusion

that shouldn't be hard

People that build the OS don't work on the compiler, not sure what that was about.

amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative

Such discussions are always the same. You say there are lots of issues, but can never list one. And you point to articles that complain about V using libc or that C2V was released in 2022 and not earlier. It's 2025!

Our documentation is very vast and up-to-date and we try to keep it up-to-date. So if you say it's wrong/missing/outdated, you could post a couple of examples, so that we can fix it. That shouldn't be hard for you.

As for an issue you referenced, yes a pre-1.0 language has bugs. Thousands. Like all other pre-1.0 languages being developed. We fix them quickly (~9k fixed, ~800 open)

amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative

Good point. I'll add the homebrew installation method. Maybe some other popular package managers.

V is very easy to install from source and to bootstrap. And it changes fast. So we're not big fans of package managers yet.

amedvednikov | 1 year ago | on: Gleam, Coming from Erlang

> It's usually all your Pythons, Gos, and anything else with a GC is doing anyway.

GC langs don't do clones (copying), that's the point of the GC.

page 1