Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 ...
    2. 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 --
    3. 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 --
    4. (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...
    5. 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. ...
  3. #2

    Default 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:
    > [url]http://linux.oreillynet.com/pub/a/linux/2003/09/18/ruby_csv.html[/url]
    This was mentioned on the list not long ago.
    > As pointed out in the comments, using the optparse class and related
    > modules would reduce the code length of the example.
    I haven't read it thoroughly, but I noticed that most of the code was
    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:
    > 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]
    Looks like some good reading.

    Cheers,
    Gavin


    Gavin Sinclair Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139