Ask a Question related to Ruby, Design and Development.
-
Mark Wilson #1
New Ruby Article
I found the following article published a few days ago:
[url]http://linux.oreillynet.com/pub/a/linux/2003/09/18/ruby_csv.html[/url]
As pointed out in the comments, using the optparse class and related
modules would reduce the code length of the example.
I recently wrote a series of articles on a similar topic:
Using the OptionParser Library -
[url]www.learningruby.com/usingoptparse.shtml[/url]
Writing Command Line Programs-Part 1
[url]www.learningruby.com/commandlinepart1.shtml[/url]
Part2
[url]www.learningruby.com/commandlinepart2.shtml[/url]
Part3
[url]www.learningruby.com/commandlinepart3.shtml[/url]
Regards,
Mark
Mark Wilson Guest
-
Article on oreilly.net on how to build Unix tools with Ruby
Thought you'd like to know about this article This links to the printable version, much easier to read. http://linux.oreillynet.com/lpt/a/4159 ... -
Slashdot carrying an article on Ruby 1.8.0 release...
...over in the developer's section: http://developers.slashdot.org/article.pl?sid=03/08/04/1331235 Good stuff! Yours, Tom -- -
An article on using Ruby to drive a Java hourly build...
...is on the O'Reilly web site here: http://www.onjava.com/pub/a/onjava/2003/09/10/dashboard.html The more the merrier... Yours, Tom -- -
(German) Article about Design Patterns in Ruby online
http://www.linuxenterprise.de/itr/online_artikel/psecom,id,407,nodeid,9.html at this URL you can find a very good and interesting article by... -
Ruby mention in IBM devworks article
http://www-106.ibm.com/developerworks/linux/library/l-oslab/ It's about using Open Source in technical environments like aerospace simulations. ... -
Gavin Sinclair #2
Re: New Ruby Article
On Sunday, September 21, 2003, 2:27:28 PM, Mark wrote:
> I found the following article published a few days ago:This was mentioned on the list not long ago.> [url]http://linux.oreillynet.com/pub/a/linux/2003/09/18/ruby_csv.html[/url]
I haven't read it thoroughly, but I noticed that most of the code was> As pointed out in the comments, using the optparse class and related
> modules would reduce the code length of the example.
horribly un-Rubyish. It could be made a lot nicer. If I had time,
I'd rewrite it all and submit it to the author!
> I recently wrote a series of articles on a similar topic:Looks like some good reading.> Using the OptionParser Library -
> [url]www.learningruby.com/usingoptparse.shtml[/url]
> Writing Command Line Programs-Part 1
> [url]www.learningruby.com/commandlinepart1.shtml[/url]
> Part2
> [url]www.learningruby.com/commandlinepart2.shtml[/url]
> Part3
> [url]www.learningruby.com/commandlinepart3.shtml[/url]
Cheers,
Gavin
Gavin Sinclair Guest



Reply With Quote

