[#1263] Draft of the updated Ruby FAQ — Dave Thomas <Dave@...>

33 messages 2000/02/08

[#1376] Re: Scripting versus programming — Andrew Hunt <andy@...>

Conrad writes:

13 messages 2000/02/15

[#1508] Ruby/GTK and the mainloop — Ian Main <imain@...>

17 messages 2000/02/19
[#1544] Re: Ruby/GTK and the mainloop — Yasushi Shoji <yashi@...> 2000/02/23

Hello Ian,

[#1550] Re: Ruby/GTK and the mainloop — Ian Main <imain@...> 2000/02/23

On Wed, Feb 23, 2000 at 02:56:10AM -0500, Yasushi Shoji wrote:

[#1516] Ruby: PLEASE use comp.lang.misc for all Ruby programming/technical questions/discussions!!!! — "Conrad Schneiker" <schneiker@...>

((FYI: This was sent to the Ruby mail list.))

10 messages 2000/02/19

[#1569] Re: Ruby: constructors, new and initialise — Yukihiro Matsumoto <matz@...>

The following message is a courtesy copy of an article

12 messages 2000/02/25

[ruby-talk:01424] Re: perl2ruby conversion guide

From: Dave Thomas <Dave@...>
Date: 2000-02-16 04:07:38 UTC
List: ruby-talk #1424
"Conrad Schneiker" <schneiker@jump.net> writes:

> From: Pixel <pixel_@mandrakesoft.com>
> 
> > Is some kind of perl2ruby guidelines available?
> >
> > otherwise i'm gonna incrementally build one :)
> 
> I was planning to get started on a Ruby Cookbook FAQ (last week end, now
> delayed to this week end) that would map useful items from the Perl Cookbook
> into Ruby. (People in the Python newsgroup originally had the idea to do
> this for Python.) However, I am very much a Ruby novice, so it is likely to
> progress slowly for the first month or so. If you would like to do this
> instead, or if you would rather just forward items for me to add, please let
> me know either way.

If people are planning on writing FAQs and the like, you might want to
consider stealing the system we use for the FAQ-it's SGML based, using 
the old Linuxdoc dtd, and it can generate HTML, Postscript and PDF
from the same source, We've extended it so that Ruby code fragments
embedded in the document are executed just prior to formatting, and
the results are included in the output. When you see a code sample
that says:

   1 + 2    # -> 3

The '3' was actually generated by Ruby.

Anyway, if anyone wants the bits and pieces we have, just drop me a
line.


Regards

Dave

In This Thread