Live data from Hacker News

Slap: Terminal-based text editor

github.com

1–10 of 41 posts

Re: Slap: Terminal-based text editor

#2
What I like about the project is that it is written in JavaScript and open source.

But this:

    a Sublime-like file sidebar
You could as well say, a VIM like sidebar if you install the proper plugin. There is nothing "Sublime-like" about a sidebar, TextMate had this earlier, other editors too.

What is with the proliferation of these "Sublime-like" editors lately ? Can't they just stand on their own ? This really looks like a nice project and I don't see the need to pitch it with "Sublime like" features.

Also, I assume that a "Sublime-like" editor has at least some of the Sublime Text plugin capabilities. I've seen no mention of plugins on the project page.

Love this quote too:

    ... many other features that will make you leave nano, vim, and emacs behind

Re: Slap: Terminal-based text editor

#4
Requires node.js ...

EDIT: oops I'm getting downvoted, sorry for mentioning the platform. For the record, I think that JavaScript is the perfect choice of language for a terminal text editor. I can't think of a single better language and platform.

:|

Re: Slap: Terminal-based text editor

#5

Requires node.js ... EDIT: oops I'm getting downvoted, sorry for mentioning the platform. For the record, I think that JavaScript is the perfect choice of language for a terminal text editor. I can't think of a single better language and platform. :|

What's the problem with that?

Re: Slap: Terminal-based text editor

#6

Requires node.js ... EDIT: oops I'm getting downvoted, sorry for mentioning the platform. For the record, I think that JavaScript is the perfect choice of language for a terminal text editor. I can't think of a single better language and platform. :|

That's because it is written in JavaScript and you need a way to interpret JS on your machine.

I suppose it should be possible to build a self contained executable, similarly with what node-webkit does.

Re: Slap: Terminal-based text editor

#8

What I like about the project is that it is written in JavaScript and open source. But this: a Sublime-like file sidebar You could as well say, a VIM like sidebar if you install the proper plugin. There is nothing "Sublime-like" about a sidebar, TextMate had this earlier, other editors too. What is with the proliferation of these "Sublime-like" editors lately ? Can't they just stand on their own ? This really looks l…

> Sublime-like

Isn't that just VIM anyway?

Re: Slap: Terminal-based text editor

#9

What I like about the project is that it is written in JavaScript and open source. But this: a Sublime-like file sidebar You could as well say, a VIM like sidebar if you install the proper plugin. There is nothing "Sublime-like" about a sidebar, TextMate had this earlier, other editors too. What is with the proliferation of these "Sublime-like" editors lately ? Can't they just stand on their own ? This really looks l…

"... many other features that will make you leave nano, vim, and emacs behind"

Well, those three are basically identical, right?

Re: Slap: Terminal-based text editor

#10
post #8

What I like about the project is that it is written in JavaScript and open source. But this: a Sublime-like file sidebar You could as well say, a VIM like sidebar if you install the proper plugin. There is nothing "Sublime-like" about a sidebar, TextMate had this earlier, other editors too. What is with the proliferation of these "Sublime-like" editors lately ? Can't they just stand on their own ? This really looks l…

> Sublime-like Isn't that just VIM anyway?

I think Sublime Text was more influenced by TextMate than VIM. (I know that ST has a VIM like mode, vintage mode if I remember correctly).
Post reply on HN