Live data from Hacker News

What's your favorite text editor/IDE?

spreadsheets.google.com

21–30 of 74 posts

Re: What's your favorite text editor/IDE?

#22
post #17
post #7

The lack of PHP on that list makes me feel dirty for writing it in.

My apologies. I missed it out by mistake and cannot make changes to the spreadsheet now.

well, as long as everyone puts in the exact string "PHP", it should be fairly easy to mine

Re: What's your favorite text editor/IDE?

#24
post #2

I would have said Notepad++ until I found Sublime Text 2 ( http://www.sublimetext.com/blog/articles/sublime-text-2-new-... ) here on HN. A big shout-out to you guys. I completely intend to buy a license when it comes out of Alpha.

Ditto here, it's absolutely fantastic using a well-designed interface (unlike N++, which seems sporadic at best).

Re: What's your favorite text editor/IDE?

#25
post #9

HTML/CSS isn't a 'programming' language.

Yes, they are, even if their style is not imperative but declarative.

AFAIK, there is no formal (canonical) definition of a programming language, but the first sentence of http://en.wikipedia.org/wiki/Programming_language pretty much nails it.

Re: What's your favorite text editor/IDE?

#26
post #2

I would have said Notepad++ until I found Sublime Text 2 ( http://www.sublimetext.com/blog/articles/sublime-text-2-new-... ) here on HN. A big shout-out to you guys. I completely intend to buy a license when it comes out of Alpha.

Yeah I use this fulltime now, at least on the PC, running textmate on my laptop, just been a bit lazy to change over.

Re: What's your favorite text editor/IDE?

#29
post #12
post #8

C/C++ ? Really? Have you met many engineers who write a lot of C and who also love C++ or vice versa because I sure haven't. I decided not to complete the form after seeing 'C/C++'. Also, this is a flag if it's on a resume that the person may not really know either language.

From a perspective of IDE/editor selection, does this matter?

It does for IDE. A mostly C tool may be extended to work with C++ but it's not a perfect fit [1]. Probably it goes the other way around as well.

When used with inheritance, virtual functions, overloading and templates, C++ is much different semantically than the relatively straightforward C. Thus a different tool is to be preferred.

----

[1] that's my experience with the http://cscope.sourceforge.net/

Post reply on HN