From: "M. Edward (Ed) Borasky" Date: 2006-08-08T13:44:02+09:00 Subject: Re: the perens in lisp dilects is there for a reson... macros. Christian Neukirchen wrote: > Yukihiro Matsumoto writes: > > >> In message "Re: the perens in lisp dilects is there for a reson... macros." >> on Mon, 7 Aug 2006 07:41:37 +0900, dblack@wobblini.net writes: >> >> |> So, going back to another thread, it looks like the "core language" of Ruby >> |> is the object model and the Perl features. Is there by any chance a place >> |> where I could get the Ruby 1.0 source? That might be *very* interesting. >> | >> |ftp://ftp.ruby-lang.org/pub/ruby/1.0. Nothing before 1.0, as far as I >> |can find. >> >> I lost most of the old copies when I moved jobs (and due to disk >> crash) ruby-0.49 was the oldest source package I have. It's way >> before public release (0.95). I have just put it into >> >> ftp://ftp.ruby-lang.org/pub/ruby/1.0/ruby-0.49.tar.gz >> >> It's not guaranteed to run properly though. >> > > It's very interesting to compare the sample/ directories of 0.49 and > 1.8.4. ;-) > > >> matz. >> I found the source for 1.0. Sadly, gcc 3.4.6 refuses to compile it -- complains about "varargs.h" not used any more. :(