Reminds me of Flow Control (https://flow-control.dev/), which is really nice and comfortable to use! It looks and feels more mature than a 0.x release.
TUI editor and Vim/Neovim alternative
21–30 of 63 posts
Re: TUI editor and Vim/Neovim alternative
#22Earlier quoted context omitted.
Go look at the commit log and tell me if it looks like abandonware.
They said vaporware, which isn't necessarily the same thing as abandonware. It still could be vaporware if it never lives up to delivering what it promised. I'm not sure on the current state of those promises though, so I don't know if the outlook of it being vaporware is true anymore. At one point it looked like it, but I haven't kept up with it enough.
Re: TUI editor and Vim/Neovim alternative
#23Re: TUI editor and Vim/Neovim alternative
#24Haven't tried it, but it looks nice. Well done to the authors. Reminds me of Flow Control ( https://flow-control.dev/ ), which is really nice and comfortable to use! It looks and feels more mature than a 0.x release.
Re: TUI editor and Vim/Neovim alternative
#25Earlier quoted context omitted.
V is pre-1.0, and you have to install it by compiling it from source. I'm very excited about V. It's the language I wish Go was.
V has good ideas on paper, but most of its claimed features are aspirational. Actually using it for any real world project is an exercise in frustration and confusion, since you're never sure if the weird behavior is intentional or a bug. The documentation is outdated, missing or wrong. The implementation is a mess, even in its pre-1.0 state. Most projects written in it[1] are either demos or abandonware. Much has be…
And examples of the documentation being outdated/wrong?
Re: TUI editor and Vim/Neovim alternative
#26Earlier quoted context omitted.
Go look at the commit log and tell me if it looks like abandonware.
They said vaporware, which isn't necessarily the same thing as abandonware. It still could be vaporware if it never lives up to delivering what it promised. I'm not sure on the current state of those promises though, so I don't know if the outlook of it being vaporware is true anymore. At one point it looked like it, but I haven't kept up with it enough.
Re: TUI editor and Vim/Neovim alternative
#27Haven't tried it, but it looks nice. Well done to the authors. Reminds me of Flow Control ( https://flow-control.dev/ ), which is really nice and comfortable to use! It looks and feels more mature than a 0.x release.
Haven't heard of this, thanks! I'll definitely be taking a peak at their buffer implementation. Zig was a no go for this project for me due to the lack of concurrency.
Re: TUI editor and Vim/Neovim alternative
#28nice, V lang. How come I don't hear about this as much as zyg/odin/jai etc?
V is pre-1.0, and you have to install it by compiling it from source. I'm very excited about V. It's the language I wish Go was.
For example
https://github.com/vlang/v/releases/latest/download/v_linux....
Re: TUI editor and Vim/Neovim alternative
#29there's no alternative for nvim, nvim is superior !
Re: TUI editor and Vim/Neovim alternative
#30Earlier quoted context omitted.
There has been drama about V and its creator perhaps? I do not remember what exactly. Could anyone remind me what it was all about? Oh, the vaporware thing? BTW I checked the Patreon page. It says "V 1.0 release is planned for 2020". Might want to change that. :D
I remember looking at their code years ago and the network library was calling the curl cli. I didn't pay attention to it since then.