Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!69.16.185.21.MISMATCH!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe02.iad.POSTED!8ad76e89!not-for-mail From: Arved Sandstrom User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: generics puzzle References: <9g2f24Fi0vU1@mid.individual.net> <9g5nnhFahuU1@mid.individual.net> <9g5salFh1jU2@mid.individual.net> <9g81mdFj6eU6@mid.individual.net> In-Reply-To: <9g81mdFj6eU6@mid.individual.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Lines: 41 Message-ID: X-Complaints-To: abuse@newsgroups-download.com NNTP-Posting-Date: Fri, 21 Oct 2011 09:22:28 UTC Organization: Public Usenet Newsgroup Access Date: Fri, 21 Oct 2011 06:22:26 -0300 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9067 On 11-10-19 10:29 AM, blmblm@myrealbox.com wrote: > In article , markspace <-@.> wrote: >> On 10/18/2011 10:45 AM, blmblm@myrealbox.com wrote: [ SNIP ] >> Try to learn a couple of IDEs, it'll help your Java career immensely. > > s/career/something/ (I'm not a professional programmer these days.) > > I find the interface of a typical IDE to be *WAY* too cluttered for > my tastes. But then that's true of a lot of programs with graphical > interfaces. Probably a YMMV thing. > Not to start a war here (I use vi/vim a fair bit myself, GUI programming text editors quite a lot, *and* also full-blown IDEs), but what do _you_ consider to be an IDE exactly? I just now separated "full-blown" IDEs from other categories, but that's just because people seem to think that vim/emacs are somehow intrinsically different from Notepad++/TextMate are somehow intrinsically different from Eclipse/NetBeans/MonoDevelop/Code::Blocks. Again, not to start a war here, but an IDE is an Integrated Development Environment. It doesn't have to involve any GUI programs at all, in theory. For example, I occasionally write Clojure in vim, and execute snippets by sending them to a REPL in another terminal window using screen. That's an IDE. Being GUI or somewhat GUI or not GUI at all is an orthogonal question. IDE != GUI. For that matter, given that GUI usually means WIMP (window, icon, menu, pointer), and one may be disposed to be critical of GUIs, what exactly is one critical of? Especially when sporting a customized emacs installation with windows, menus, text-based pseudo-icons, and a rapidly-moveable cursor? ;-) Let me put it this way, if we are arguing for simplicity of interface, I've seen a lot of emacs setups that weren't. AHS