From: Surendra Singhi Date: 2006-08-27T16:40:07+09:00 Subject: Re: Why Ruby does not nead an ide julesjacobs@gmail.com writes: >> 2: lets say you have an array of strings and you want to find all >> strigs that maches a patern and print them space seperated >> >> i = %w{foo bar baz qux quux quuux quuuux} >> puts i.find_all{|x| x =~ /qu+x/}.join(' ') >> > grep? > >> >> puts ARGV.join(' ') >> > > Emacs *is* an IDE. It just doesn't have "advanced" features like code > completion based on the type of the objects. It can be done, check out slime (mode for lisp). -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | "War is Peace! Freedom is Slavery! Ignorance is Strength!" | -- Orwell, 1984, 1948 `----