[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby on the Smalltalk VM?

Vincent Foley

4/25/2005 5:34:00 AM

Hi all,

I just wanted to know if somebody had informations concerning the post
made by a guy (Peter Suk?) about implementing Ruby on top of a
Smalltalk VM? Is there a project page? A mailing list? I would
really like to know, because as far as languages go, I prefer Ruby, but
the whole Smalltalk environment is just the best thing I've used. I
would like to know if that project just sort of died out after a rather
interesting discussion or if there is actual development.

Thanks,

Vincent

7 Answers

Ilmari Heikkinen

4/25/2005 8:14:00 AM

0

ma, 2005-04-25 kello 08:34, Vincent Foley kirjoitti:
> Hi all,
>
> I just wanted to know if somebody had informations concerning the post
> made by a guy (Peter Suk?) about implementing Ruby on top of a
> Smalltalk VM? Is there a project page? A mailing list?

http://www.alumina-vm.org/Al...

That seems to be the project page.



Peter Suk

4/25/2005 8:50:00 PM

0

On Apr 25, 2005, at 12:34 AM, Vincent Foley wrote:

> Hi all,
>
> I just wanted to know if somebody had informations concerning the post
> made by a guy (Peter Suk?) about implementing Ruby on top of a
> Smalltalk VM? Is there a project page? A mailing list? I would
> really like to know, because as far as languages go, I prefer Ruby, but
> the whole Smalltalk environment is just the best thing I've used. I
> would like to know if that project just sort of died out after a rather
> interesting discussion or if there is actual development.

Active development. We are currently working on a RubyParserInRuby,
which seems quite close.
Wiki: http://www.alumina-vm.org/Al... Not much up there, and
it's a bit behind where we actually are.

There is also a Rubyforge site, but not much on there yet.


--Peter


--
There's neither heaven nor hell, save what we grant ourselves.
There's neither fairness nor justice, save what we grant each other.



Peter Suk

4/25/2005 9:21:00 PM

0


On Apr 25, 2005, at 12:34 AM, Vincent Foley wrote:

> Hi all,
>
> I just wanted to know if somebody had informations concerning the post
> made by a guy (Peter Suk?) about implementing Ruby on top of a
> Smalltalk VM? Is there a project page? A mailing list? I would
> really like to know, because as far as languages go, I prefer Ruby, but
> the whole Smalltalk environment is just the best thing I've used.

Vincent,

A major part of the motivation for this project is to have something
like the Refactoring Browser, but Ruby style.

(Incidentally, Refactoring in Ruby or any other environment that can
dynamically alter its own configuration is always done on a *pragmatic*
basis, since we can always code a counterexample to a Refactoring's
validity that we can use to solve the Halting Problem. Left as an
exercise for you sharp ones out there.)

--Peter

--
There's neither heaven nor hell, save what we grant ourselves.
There's neither fairness nor justice, save what we grant each other.



pat eyler

4/25/2005 10:14:00 PM

0

On 4/25/05, Peter Suk <peter.kwangjun.suk@mac.com> wrote:
> Vincent,
>
> A major part of the motivation for this project is to have something
> like the Refactoring Browser, but Ruby style.

Are you aware of the Ruby Refactoring Browser?

http://www.kmc.gr.jp/proj/rrb/ind...


>
> (Incidentally, Refactoring in Ruby or any other environment that can
> dynamically alter its own configuration is always done on a *pragmatic*
> basis, since we can always code a counterexample to a Refactoring's
> validity that we can use to solve the Halting Problem. Left as an
> exercise for you sharp ones out there.)
>



> --Peter
>
> --
> There's neither heaven nor hell, save what we grant ourselves.
> There's neither fairness nor justice, save what we grant each other.
>
>


--
thanks,
-pate
-------------------------
We are often unable to tell people what they need to know, because
they want to know something else, and would therefore only
misunderstand what we said
- the Raven (George MacDonald, Lilith)



Curt Hibbs

4/25/2005 10:30:00 PM

0

pat eyler wrote:
> On 4/25/05, Peter Suk <peter.kwangjun.suk@mac.com> wrote:
>
>>Vincent,
>>
>>A major part of the motivation for this project is to have something
>>like the Refactoring Browser, but Ruby style.
>
>
> Are you aware of the Ruby Refactoring Browser?
>
> http://www.kmc.gr.jp/proj/rrb/ind...

This initial effort was quite laudable, but the project seems to have
been abandoned, and its not particularly useful in its current state.

Curt


Lothar Scholz

4/25/2005 11:33:00 PM

0

Hello Curt,
>>>A major part of the motivation for this project is to have something
>>>like the Refactoring Browser, but Ruby style.
>>
>>
>> Are you aware of the Ruby Refactoring Browser?
>>
>> http://www.kmc.gr.jp/proj/rrb/ind...

CH> This initial effort was quite laudable, but the project seems to have
CH> been abandoned, and its not particularly useful in its current state.

Yes. It would be nice if the maintainer could write a few lines if the
project was abandoned because of a lack of time or if he run into some
to difficult to solve problems.

I've put Mr. OHBAYASHI Ippei into the BCC field of this reply and therefore
changed the subject of the message.


--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ru...
CTO Scriptolutions Ruby, PHP, Python IDE 's




Peter Suk

4/26/2005 4:48:00 AM

0


On Apr 25, 2005, at 5:29 PM, Curt Hibbs wrote:

> pat eyler wrote:
>> On 4/25/05, Peter Suk <peter.kwangjun.suk@mac.com> wrote:
>>> Vincent,
>>>
>>> A major part of the motivation for this project is to have something
>>> like the Refactoring Browser, but Ruby style.
>> Are you aware of the Ruby Refactoring Browser?
>> http://www.kmc.gr.jp/proj/rrb/ind...
>
> This initial effort was quite laudable, but the project seems to have
> been abandoned, and its not particularly useful in its current state.

Whereas the Smalltalk Refactoring Browser is extremely powerful, and
prompts people like Kent Beck to say that it allows them to refactor an
order of magnitude faster which in turn allows an entirely new style of
programming which would otherwise be impractical.

Current Refactoring tools in Ruby are hampered by obstructed access to
the meta-level. (Which is good in Ruby, but not quite up to the level
of Smalltalk or Lisp.) Also needed is an easy to use syntax-directed
transformation engine -- this is the true heart of the Smalltalk
Refactoring Browser.

This is one of my original motivations for putting Ruby on top of a
Smalltalk-like meta-Ruby layer. For this, you need something like the
Smalltalk VM, which has no syntax and very little meta-level semantics
built into it. As a result, almost the entire meta-level will be
ordinary Ruby objects, as fully extendable by a Ruby programmer in Ruby
as an ordinary piece of application code.

--Peter


--
There's neither heaven nor hell, save what we grant ourselves.
There's neither fairness nor justice, save what we grant each other.