IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Why?
Around my office we're all pretty happy with the basics. About an even split between Emacs and vim, with one weird person using Visual SlickEdit.

None of us feels the need for anything resembling an IDE. (Though to be fair, the least experienced of us has several years experience programming in Perl, and many more years programming in addition.)

Cheers,
ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New Someone here uses Eclipse for Perl.
Autocompletion, stuff like that. Pretty useful if you're not an expert, which he isn't.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New You aren't changing my impression...
that for a language like Perl, an IDE is aimed at helping non-experts, not experts.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New Instant perldoc, compile-as-you-type, svn support, etc.
I thought I'd just said all that.


Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New And...
we have command prompts with the first and last of those (one of the Emacs users built a lot of support into his Emacs install), and compile-as-you-type sounds to me like a productivity drain since often you *want* to leave stuff broken as you switch around. (When I used VB my number one complaint was that it would force me through a popup every time that I went elsewhere in the code while the current line was incomplete.)

I'd also have performance concerns when dealing with over 100K lines of code.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New Re: And...
we have command prompts with the first and last of those (one of the Emacs users built a lot of support into his Emacs install), and compile-as-you-type sounds to me like a productivity drain since often you *want* to leave stuff broken as you switch around. (When I used VB my number one complaint was that it would force me through a popup every time that I went elsewhere in the code while the current line was incomplete.)

It sounds like a productivity drain to you, because you're an expert. I'm not, and it's not.
I'd also have performance concerns when dealing with over 100K lines of code.

So would I! It'd mean I'd be severely not doing my job. Programming is weenywork, and I Don't Do That.

Also, if there were 100K lines of code in the file I were dealing with, I'd be hunting down and killing twice the dumbass programmer who generated it.



Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New It was a productivity drain even when I was a beginner
Because I was generally going to look somewhere else for information that I needed to put on that line. Like, say, what a variable was named. Or to select something to cut and paste.

As for 100K lines, that isn't one file. That's across the project. But since a lot of that is in modules that load each other, much of that would always be in memory if you're trying to incrementally recompile.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New You Are Not Me
This is the part you are not understanding.


Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New Oh, I understand that
I'm just pointing out a flaw in your theory about which difference between us resulted in a different impression of a specific feature.

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New I'm puzzled.
Could you explain what theory of mine (apart from the (hopefully) self-evident one that you and I are not the same) has a flaw and why this makes you persist in wondering why I use Eclipse for Perl, despite the fact that I keep answering the question?

I'm serious. You've lost me here.


Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New If you'll notice...
I stopped asking you that question after [link|http://z.iwethey.org/forums/render/content/show?contentid=219784|http://z.iwethey.org...?contentid=219784]. The theory that I was responding to was your assertion that incremental compiles sound like a productivity drain to me because I'm an expert. That's not true. They sound like a productivity drain because the implementation that I'm most familiar with sucked badly. (Badly enough for me to notice even when I was a novice.)

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New FWIW, 175Kloc of Java, no problems in Eclipse or IDEA here
Compile as you type generally means "highlight errors until you fix them", not "impede anything else until you fix them." VB (and VisualAge for Java, for that matter) was stupid about that.

Emacs is an IDE, btw, so saying someone using emacs had SVN support as a way of demonstrating that you don't need an IDE is, well, kinda off the mark.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New I think that you'd need language support for that...
to work very well.

Perl doesn't do that. Despite some lip service, I think that Perl 6 won't either. The desire to make hooks available for use by editors is losing to the desire to allow people to do "interesting things" while compiling. (Where interesting can be anything up to and including changing the language on the fly.)

Cheers,
Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New 60Kloc Perl, works fine.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New I'll bet it highlights some non-errors as errors.
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
New I've never heard of this language called "addition" ;-)
jb4
shrub\ufffdbish (Am., from shrub + rubbish, after the derisive name for America's 43 president; 2003) n. 1. a form of nonsensical political doubletalk wherein the speaker attempts to defend the indefensible by lying, obfuscation, or otherwise misstating the facts; GIBBERISH. 2. any of a collection of utterances from America's putative 43rd president. cf. BULLSHIT

     Thinkfree: Java-based MS-Compatible Office Suite. - (Another Scott) - (102)
         Cool! - (imqwerky) - (3)
             What's your verdict Amy? - (jbrabeck) - (2)
                 Not too shabby. - (imqwerky) - (1)
                     Please provide updates/impressions (new thread) - (jbrabeck)
         NeoOffice/J derivative? -NT - (pwhysall) - (2)
             Nope. Different code base. -NT - (tjsinclair) - (1)
                 Lordy, they're clueless. - (pwhysall)
         Not impressed so far - (pwhysall) - (94)
             Well,... - (mmoffitt) - (88)
                 Idiot. -NT - (pwhysall) - (84)
                     Brits have no sense of humor. -NT - (mmoffitt) - (83)
                         No, we laugh at funny things. - (pwhysall) - (82)
                             Yeah, but only Todd would have meant it -NT - (drewk)
                             Right. Java is great. - (mmoffitt) - (80)
                                 ICLRPD - (boxley)
                                 You're still an idiot, no matter how much you type. -NT - (pwhysall) - (69)
                                     That's the best you got? I'm convinced. -NT - (mmoffitt) - (68)
                                         Shrug. - (pwhysall) - (67)
                                             The best answer to anecdotes are counterexamples... - (jb4) - (66)
                                                 Azureus. Eclipse. NeoOffice/J. -NT - (pwhysall) - (64)
                                                     Google Earth looks very Java-ish, too. -NT - (pwhysall)
                                                     MoneyDance. - (admin) - (21)
                                                         2 3... -NT - (tuberculosis)
                                                         Yes, IntelliJ is the Bomb! - (jb4) - (19)
                                                             I use Eclipse for Perl - (pwhysall) - (16)
                                                                 Why? - (ben_tilly) - (15)
                                                                     Someone here uses Eclipse for Perl. - (admin) - (1)
                                                                         You aren't changing my impression... - (ben_tilly)
                                                                     Instant perldoc, compile-as-you-type, svn support, etc. - (pwhysall) - (11)
                                                                         And... - (ben_tilly) - (10)
                                                                             Re: And... - (pwhysall) - (5)
                                                                                 It was a productivity drain even when I was a beginner - (ben_tilly) - (4)
                                                                                     You Are Not Me - (pwhysall) - (3)
                                                                                         Oh, I understand that - (ben_tilly) - (2)
                                                                                             I'm puzzled. - (pwhysall) - (1)
                                                                                                 If you'll notice... - (ben_tilly)
                                                                             FWIW, 175Kloc of Java, no problems in Eclipse or IDEA here - (admin) - (3)
                                                                                 I think that you'd need language support for that... - (ben_tilly) - (2)
                                                                                     60Kloc Perl, works fine. -NT - (admin) - (1)
                                                                                         I'll bet it highlights some non-errors as errors. -NT - (ben_tilly)
                                                                     I've never heard of this language called "addition" ;-) -NT - (jb4)
                                                             non programmer raises hand - (boxley) - (1)
                                                                 "Pretty HTML front end" - (admin)
                                                     NetBeans. DBVisualiser. LimeWire. -NT - (Yendor) - (10)
                                                         No, Maybe, No idea -NT - (tuberculosis) - (7)
                                                             Just for funsies though-lets eliminate programming tools: 2 -NT - (tuberculosis) - (3)
                                                                 But Eclipse is more than a programming tool - (tonytib) - (2)
                                                                     So's emacs - also Mac version of Eclipse < Windows version -NT - (tuberculosis)
                                                                     Used a commercial program based on Eclipse a while ago - (admin)
                                                             In your opinion, perhaps. - (Yendor) - (2)
                                                                 If I thought NetBeans was decent, I wouldn'a paid $ for IDEA - (tuberculosis) - (1)
                                                                     IDEA >> NetBeans, or anything else. - (admin)
                                                         thanks - (Steve Lowe) - (1)
                                                             np - (Yendor)
                                                     1 for 3 -NT - (tuberculosis) - (29)
                                                         Hey, Todd. - (pwhysall) - (21)
                                                             Mostly used for enterprise, however - (tuberculosis) - (20)
                                                                 So it's a really short list? - (pwhysall) - (19)
                                                                     Oh very well - (tuberculosis) - (18)
                                                                         Why not ObjC: - (admin) - (17)
                                                                             My impression as well. - (Another Scott)
                                                                             Smalltalk in Objective C - (tuberculosis) - (1)
                                                                                 Fine. What does that have to do with anything else? -NT - (admin)
                                                                             Bah - disengaging - (tuberculosis) - (13)
                                                                                 Er, no. That wasn't the argument. - (admin) - (12)
                                                                                     Whose argument was that? - (mmoffitt) - (2)
                                                                                         For Todd, it was here: - (admin) - (1)
                                                                                             Ah. -NT - (mmoffitt)
                                                                                     Things were childish long before this - (tuberculosis) - (8)
                                                                                         Point missed again. -NT - (admin) - (1)
                                                                                             Poof -NT - (tuberculosis)
                                                                                         Who said a damn thing about development? - (pwhysall) - (5)
                                                                                             Hey Peter - (tuberculosis) - (4)
                                                                                                 That's a lot of words to say... - (pwhysall) - (3)
                                                                                                     3 lists posted - (tuberculosis) - (1)
                                                                                                         Come on up! - (jake123)
                                                                                                     I thought better of you Peter. (new thread) - (static)
                                                         Dunno what your problem with NeoOffice is. - (admin) - (6)
                                                             I don't even use regular office for anything - (tuberculosis) - (5)
                                                                 That's not a problem with NeoOffice - (admin) - (4)
                                                                     ICLRPD. (new thread) - (Another Scott)
                                                                     That and it takes too long to start - (tuberculosis) - (2)
                                                                         I leave apps running. - (admin) - (1)
                                                                             I don't -NT - (tuberculosis)
                                                 Jeti. Java-based Jabber client. - (n3jja)
                                 Re: Right. Java is great. - (admin) - (8)
                                     Say the last bit in Howard Dean's voice for full effect.HTH! -NT - (Another Scott)
                                     I'm with ya. - (mmoffitt) - (6)
                                         That's what you get for being a one-note fiddle. - (pwhysall) - (2)
                                             Not as hard as it does to be you. - (mmoffitt) - (1)
                                                 Ooh, politics. - (pwhysall)
                                         If that's the case... - (admin) - (2)
                                             That was over the top. - (mmoffitt) - (1)
                                                 Thanks. -NT - (admin)
                 Desktop Java sucks - (warmachine) - (2)
                     Oh, I dunno - (jb4) - (1)
                         Yeah, thanks. -NT - (CRConrad)
             That's it! I'm calling all your mothers... - (imqwerky) - (4)
                 OK, 1.2.3.PILE ON AMY!!! -NT - (ben_tilly) - (1)
                     LOL! -NT - (imqwerky)
                 cool down poppa, don't you blow your top... :-) - (cforde) - (1)
                     Don't tax my gig so hardcore, Cruster! - (imqwerky)

I'm picturing tablizer on a laptop dragging around a 486 whitebox running Linux attached to a really long extension cord.
378 ms