Live data from Hacker News

Lime Text – Open Source Sublime Text alternative (2014)

limetext.org

41–50 of 186 posts

Re: Lime Text – Open Source Sublime Text alternative (2014)

#41

Am I the only one sick of projects declaring, "written in rust", "primarily developed in go", etc? Why do your users care about your implementation language? Do you have any features worth mentioning? If your main selling point is that you used the shiny new language, I'm already doubting the usefulness of the endeavor. Just the straw that finally broke the camel's back . . .

Perhaps not for this case, but for libraries, it'd be prudent to write the language that it's for

Re: Lime Text – Open Source Sublime Text alternative (2014)

#42

Am I the only one sick of projects declaring, "written in rust", "primarily developed in go", etc? Why do your users care about your implementation language? Do you have any features worth mentioning? If your main selling point is that you used the shiny new language, I'm already doubting the usefulness of the endeavor. Just the straw that finally broke the camel's back . . .

I don't think it's about the users at all.

I'd speculate the main reason people write things like that, and so prominently, is because they hope it will attract contributors who either already know that language or are enthusiastic enough about it to progress the project significantly.

Otherwise someone may just pass it over assuming it's another piece of junk written in .

Re: Lime Text – Open Source Sublime Text alternative (2014)

#43
Don't enough text-editors exists, things are getting outta control now. Vim, Emacs, Sublime, Atom, Lime... Shit, pick one of the four and be happy damn.

Same thing is happening with programming languages. There is a new one everyday that doesn't offer anything better than what we had before. Everyone just has their eye on the shiny new toys I guess...

Re: Lime Text – Open Source Sublime Text alternative (2014)

#44
post #43

Don't enough text-editors exists, things are getting outta control now. Vim, Emacs, Sublime, Atom, Lime... Shit, pick one of the four and be happy damn. Same thing is happening with programming languages. There is a new one everyday that doesn't offer anything better than what we had before. Everyone just has their eye on the shiny new toys I guess...

You’re not obligated to use it. All existing editors (and languages) also have their flaws* and room for improvement, and I’m happy to see people try.

* Preempting the “then send a pull request”: sometimes the flaws are fundamental or otherwise unlikely to change, like VimL, Emacs’s keybindings, Sublime Text’s closed-sourcedness, Atom and VS Code’s Electron bloat…

Re: Lime Text – Open Source Sublime Text alternative (2014)

#45

Am I the only one sick of projects declaring, "written in rust", "primarily developed in go", etc? Why do your users care about your implementation language? Do you have any features worth mentioning? If your main selling point is that you used the shiny new language, I'm already doubting the usefulness of the endeavor. Just the straw that finally broke the camel's back . . .

If the language is relevant to the innovation then I think it's fine to mention it. For example, a font renderer in Rust that is faster than FreeType[1]. There is also Servo[2], which is a web rendering engine that will be able to eliminate memory corruption bugs.

For other projects (like this one) I find that the language can be a distraction from the actual value it provides.

[1] https://medium.com/@raphlinus/inside-the-fastest-font-render...

[2] https://servo.org

Re: Lime Text – Open Source Sublime Text alternative (2014)

#46
post #21

As an emacs addict/user, what I really want is a credible alternative to that cockroach of editors. Price of admission: run in a terminal, run graphically, run on every possible system, be open source, be ridiculously, easily extensible. What a successor might add: Not be riddled with bugs. Not be ridiculously, terribly bad at actually displaying text (quickly, smoothly, large amounts). Not be extended in a language…

Atom (hear me out): + runs graphically + runs linux, macos, windows (nothing else?) + open source + ridiculously, easily extensible + not riddled with bugs (slowness is not a bug) + for small files, comparably quick to Sublime on my machine + major dev community; already much better than 6 months ago - slow in some instances, esp. large files - doesn't run in terminal - doesn't run in less-popular OSes +/- moderate R…

Have you tried VS Code? It was noticeably faster than Atom when I tried it.

Re: Lime Text – Open Source Sublime Text alternative (2014)

#47
post #43

Don't enough text-editors exists, things are getting outta control now. Vim, Emacs, Sublime, Atom, Lime... Shit, pick one of the four and be happy damn. Same thing is happening with programming languages. There is a new one everyday that doesn't offer anything better than what we had before. Everyone just has their eye on the shiny new toys I guess...

Enough text editors exist given just Emacs :).

Seriously though, we need more competition and innovation in text editors. Even Emacs isn't perfect.

Re: Lime Text – Open Source Sublime Text alternative (2014)

#48

Am I the only one sick of projects declaring, "written in rust", "primarily developed in go", etc? Why do your users care about your implementation language? Do you have any features worth mentioning? If your main selling point is that you used the shiny new language, I'm already doubting the usefulness of the endeavor. Just the straw that finally broke the camel's back . . .

Some people avoid projects because of the language it's developed in, unfair as it may seem. This could be because they've used a similar project with performance or maintainability issues written in some other language. That could be because the project itself, or it might be that the language isn't particularly suited to the problem space. I know of a few projects for which I'm personally awaiting more performant alternatives. Others aren't particularly fond of the package managers and build systems that accompany certain languages. And, at the end of a day, the bias could be even less reasonable than that. Language bias is a unfortunate reality, but as long as it doesn't start a flamewar, it's not a big issue.

Additionally, on the positive side, some people want to contribute to a project and wish to do so in a certain language. This could be because it's their preferred language, or they may want to exercise a newer skillset or build a contribution portfolio in a new area.

The language doesn't matter much in a pre-compiled application, but when it's an open source application looking to gather and foster a community or build momentum, the language does matter.

Re: Lime Text – Open Source Sublime Text alternative (2014)

#50
I'm a very happy Sublime Text user, but I wish it were open source. I don't mind paying, since I get so much value out of it. If it were open, others could make contributions, and I wouldn't have concerns of my favorite editor dying off.

From the activity graphs, it looks like development on Lime Text has stalled a little. There's some updates in the wiki entries, but not much more. Hopefully things pick up!

In relation to editors, I've been playing around with Spacemacs and evil mode enabled, but so far I haven't found the time to give it an honest chance as my daily editor.

Post reply on HN