in reply to Re^2: Comparing Perl with C#, a simple templating example
in thread Comparing Perl with C#, a simple templating example

jryan~

One shouldn't use Java w/ Eclipse for everything because it doesn't fit every situation. Sometimes all you want for an ide is a read-eval-print loop. One doesn't always want the set of tools with the most features; one often wants the set of tools that fits the problem best.

pg was merely pointing out that the tools that accompany a language are frequently as important as the language itself. After all, what is perl without CPAN?

And on a side note, my computer is a lowly 1.4 ghz with 512 MB ram. I find eclipse to be too slow ;-)

Boots
---
Computer science is merely the post-Turing decline of formal systems theory.
--???
  • Comment on Re^3: Comparing Perl with C#, a simple templating example

Replies are listed 'Best First'.
Re^4: Comparing Perl with C#, a simple templating example
by jryan (Vicar) on Oct 18, 2004 at 16:35 UTC
    One shouldn't use Java w/ Eclipse for everything because it doesn't fit every situation.
    -----
    And on a side note, my computer is a lowly 1.4 ghz with 512 MB ram. I find eclipse to be too slow ;-)

    I know, I was being sarcastic :-P. You're exactly right. As much as I like Eclipse, it only turns Java from intolerable to tolerable to work with in my eyes. I'd still prefer to write Perl in notepad or pico (although I use jedit... mmmm jedit) than Java with Eclipse. You argue for a language just because it has a great IDE.