Matz announced on ruby-core that Ruby 1.8.2 preview 3 is now ready.
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz
James
Matz announced on ruby-core that Ruby 1.8.2 preview 3 is now ready.
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz
James
Is there a page that tells what 1.8.2 brings to the table?
Robert
On 11/7/04 7:46 PM, in article 418EC218.2030102@neurogami.com, "James Britt" <jamesUNDERBARb@neurogami.com> wrote:
Matz announced on ruby-core that Ruby 1.8.2 preview 3 is now ready.
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz
James
Hi,
From: James Britt <jamesUNDERBARb@neurogami.com>
Subject: [ANN] Ruby 1.8.2 Preview 3 is available
Date: Mon, 8 Nov 2004 09:46:35 +0900
Message-ID: <418EC218.2030102@neurogami.com>
Matz announced on ruby-core that Ruby 1.8.2 preview 3 is now ready.
ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz
Ruby/Tk on 1.8.2-preview3 has many changes from 1.8.1 (keeps backward
compatibility), is fixed some cases of SEGV from 1.8.2-preview2,
and supports the following Tcl/Tk extensions.
* Tcllib http://sf.net/projects/tcllib
* IWidgets http://sf.net/projects/incrTcl
* BWidgets http://sf.net/projects/tcllib
* TkTable http://sf.net/projects/tktable
* vu http://tktable.sourceforge.net
* TkHTML http://www.hwaci.com/sw/tkhtml/index.html
* ICONS http://www.satisoft.com/tcltk/icons/
* IncrTcl http://sf.net/projects/incrTcl
* TclX http://sf.net/projects/tclx
* TkImg http://sf.net/projects/tkimg
* TkTreeCtrl http://tktreectrl.sourceforge.net/
* Tile http://tktable.sourceforge.net/tile/
* winico http://tktable.sourceforge.net
* TkTrans http://www2.cmp.uea.ac.uk/~fuzz/tktrans/default.html
* TkDND http://sourceforge.net/projects/tkdnd
Some of them have sample scripts, and another some of them are
alpha quality.
If you use ActiveTcl (http://www.activestate.com/Products/ActiveTcl/)
package and compile Ruby's tcltklib with it, you will be able to try
many of them.
I want better quality for them on 1.8.2 release.
Bug reports are welcome.
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)
Is there a page that tells what 1.8.2 brings to the table?
Computer languages come to your place for dinner often then???
On Mon, 8 Nov 2004 10:58:36 +0900, Robert Hicks <sigzero@gmail.com> wrote:
Robert
On 11/7/04 7:46 PM, in article 418EC218.2030102@neurogami.com, "James Britt" > > > <jamesUNDERBARb@neurogami.com> wrote:
> Matz announced on ruby-core that Ruby 1.8.2 preview 3 is now ready.
>
> ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.2-preview3.tar.gz
>
>
> James
>
>
>
Hello Hidetoshi,
Some of them have sample scripts, and another some of them are
alpha quality.
If you use ActiveTcl
(http://www.activestate.com/Products/ActiveTcl/)
package and compile Ruby's tcltklib with it, you will be able to try
many of them.
I want better quality for them on 1.8.2 release.
Bug reports are welcome.
Can you tell me how stable tile is ?
And is there any tutorial about using TclTK with ruby. The source code
has too many nasty tricks to be a good introduction.
--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's
Robert Hicks ha scritto:
Is there a page that tells what 1.8.2 brings to the table?
Robert
Ok, I put up a dumb/basic wiki page at
http://rubygarden.org/ruby?RubyOnePointEightPointTwo
it is wildly incomplete, but it is a start. Please ad or remove whatever you think should fit (or not) in that page, so that when 1.8.2 finally comes out we have some reference
Lyndon Samson <lyndon.samson@gmail.com> wrote in message news:<a39f6ad0041107181365072d1b@mail.gmail.com>...
On Mon, 8 Nov 2004 10:58:36 +0900, Robert Hicks <sigzero@gmail.com> wrote:
> Is there a page that tells what 1.8.2 brings to the table?Computer languages come to your place for dinner often then???
You never know when you are entertaining angels.
Message-ID: <1316267625.20041108172118@scriptolutions.com>
Can you tell me how stable tile is ?
Do you talk about the 'Tile' extension?
If so, it may be alpha quality.
Although I implemented (possibly all) widgets and functions of
Tile extension, I have no time for enough test of them.
It is too hard for only one person to check and fix such many
libraries for Tk extensions.
I need bug reports of the libraries.
And is there any tutorial about using TclTK with ruby.
I'm sorry but I don't have links to tutorials.
How about 'WidgetDemo' included in Ruby sources?
When the demo is running, you can see the codes of the script,
edit the code on the text widget, and try the edited code.
The source code has too many nasty tricks to be a good introduction.
Sorry, again.
However, libraries must seal in complex parts because of convenience
for users. Some of such complex parts appear frequently in a little
different form. Some tricks can decrease amount of code writing and
help to release new libraries in a short time.
From: Lothar Scholz <mailinglists@scriptolutions.com>
Subject: Re: [ANN] Ruby 1.8.2 Preview 3 is available
Date: Tue, 9 Nov 2004 01:21:15 +0900
--
Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)