amedvednikov | 14 days ago | on: Ladybird adopts Rust, with help from AI
amedvednikov's comments
amedvednikov | 6 months ago | on: The V Programming Language
amedvednikov | 6 months ago | on: My Foray into Vlang
Can you link to the promised autofree without GC?
amedvednikov | 11 months ago | on: The Koto Programming Language
GC, sum types, result/option types, interfaces, no OOP, fast compilation.
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
> 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
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
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 | 11 months ago | on: TUI editor and Vim/Neovim alternative
"What don't you like about V / what would you like to be changed?"
https://github.com/vlang/v/discussions/7610
What exactly do you think only looks good on paper?
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
For example
https://github.com/vlang/v/releases/latest/download/v_linux....
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
amedvednikov | 11 months ago | on: TUI editor and Vim/Neovim alternative
And examples of the documentation being outdated/wrong?
amedvednikov | 11 months ago | on: The Pain That Is GitHub Actions
amedvednikov | 1 year ago | on: Gleam, Coming from Erlang
GC langs don't do clones (copying), that's the point of the GC.
amedvednikov | 1 year ago | on: Microsoft is killing Skype
amedvednikov | 1 year ago | on: Show HN: Rust Web Framework
amedvednikov | 1 year ago | on: Show HN: Rust Web Framework
amedvednikov | 1 year ago | on: What Does It Mean to Be a Signal Competitor?
https://github.com/LibreSignal/LibreSignal/issues/37#issueco...
Also how easy is it to run a custom Signal server?
amedvednikov | 1 year ago | on: Why Swift's type checker is so slow
I've translated it from Rust to V in 45 minutes. Works great:
https://github.com/medvednikov/libjs_v
Compiles in 0.2 seconds on my M5 (compared to Rust's 3.3 seconds).