- 7 Posts
- 9 Comments
rastignac@programming.devOPto
Text Editors@programming.dev•Are emacs and neovim worth it?English
1·3 years agoThanks for the advice !
rastignac@programming.devOPto
Text Editors@programming.dev•Are emacs and neovim worth it?
2·3 years agoGood points ! Thanks !
rastignac@programming.devOPto
Text Editors@programming.dev•Are emacs and neovim worth it?
1·3 years agoI’m happy someone else is considering the time investment. I started using neovim since yesterday for the very purpose of learning key bindings that I deem useful. I’ll then move to a config already made with features I like or an IDE. Thanks !
rastignac@programming.devOPto
Text Editors@programming.dev•Are emacs and neovim worth it?
1·3 years agoThose are a lot of good arguments. Thank you.
rastignac@programming.devOPto
Text Editors@programming.dev•Are emacs and neovim worth it?
1·3 years agoThank you all for your time and valuable input ! I’ll be trying out vim and learn a few key bindings then move on to emacs and see what I can do. I’ll then try out premade configs like doom and spacemacs and see or the neovim ones and settle on one that has the stuff i want.
rastignac@programming.devOPto
C Programming Language@programming.dev•C undefined input string length programEnglish
2·3 years agoThanks a lot for the in depth explanation, this makes things a lot clearer. I’ll try ‘putchar()’ and test a few more things and then come back to read this post again
rastignac@programming.devOPto
C Programming Language@programming.dev•C undefined input string length program
2·3 years agoThank you, I realize that there’s a whole other aspect I didn’t even consider. I’m new to C and Linux so I’ll follow your advice but it’s making me want to learn more. Thanks again to both you and @adriator for your answers
rastignac@programming.devOPto
C Programming Language@programming.dev•C undefined input string length program
1·3 years agoThanks a lot for your answer. This might be because of my shallow understanding of how a buffer works, but I don’t understand why EOF isn’t consumed by getchar() when the other bytes are consumed. Isn’t a char just a number and EOF too (-1 I think)? I probably should try and understand buffers more

Thank you for your answer :)