4coder editor is now fully open source
61–70 of 108 posts
Re: 4coder editor is now fully open source
#62What is the license? I don't see it at a glance.
It's placed in README
Re: 4coder editor is now fully open source
#63What is the license? I don't see it at a glance.
Re: 4coder editor is now fully open source
#64What is the license? I don't see it at a glance.
Re: 4coder editor is now fully open source
#65What is the license? I don't see it at a glance.
Re: 4coder editor is now fully open source
#66What is the license? I don't see it at a glance.
Re: 4coder editor is now fully open source
#67For anyone else (like me) who doesn't know what this is, it seems like the website is http://4coder.net
I wish the stock README.md template for every project started with: "What the hell is ________?"
Re: 4coder editor is now fully open source
#68Seems to be an emacs clone using C++ for customization instead of elisp.
Also, I feel like the C configuration opens the door to using other languages too, Lua comes to mind immediately. You can do that in emacs too, but it's not as straightforward.
One last thing. One of my biggest gripes with emacs is the performance (I'm using a rather low-end computer). I'm making the assumption that a moderately-sized pile of C++ will perform better than a huge pile of elisp.
Re: 4coder editor is now fully open source
#69Earlier quoted context omitted.
I wish the stock README.md template for every project started with: "What the hell is ________?"
I find it bit of a peculiarity of HN that GH links, no matter how non-descriptive, are so often preferred over projects main home pages.
I agree with you in general though.
Re: 4coder editor is now fully open source
#70I wonder how do people come to a decision that it's a good idea to start their own text editor when vim and emacs exist. For this one my guess is the author is a c/c++ developer and wanted to have their editor cusomizable in their desired language. Would that be enough? It's also not a common thing for projects like that not to start as FOSS.
> I wonder how do people come to a decision that it's a good idea to start their own text editor when vim and emacs exist. It's really a smaller decision compared with the point of view that text files as source code are "holding back our tools - https://dion.systems/dion_format.html So these guys are really thinking big.