[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

RCR Review by Peers

T. Onoma

11/17/2003 7:48:00 AM


I've nearly finished my RCR -- the big one on Uniform Data Structures I've been sitting on for years. I'd very much appreciate if others would look at it and comment, so i can be sure to nail it down before submitting. [ or bail if need be :) ]

It is at: http://www.rubygarden.org/ruby?D...

Thanks,
-t0



3 Answers

Gavin Sinclair

11/17/2003 1:28:00 PM

0

On Monday, November 17, 2003, 6:48:19 PM, T. wrote:


> I've nearly finished my RCR -- the big one on Uniform Data
> Structures I've been sitting on for years. I'd very much appreciate
> if others would look at it and comment, so i can be sure to nail it
> down before submitting. [ or bail if need be :) ]

> It is at: http://www.rubygarden.org/ruby?D...

Well, good attempt at putting together a comprehensive RCR, but I just
don't see the point of what you're proposing. Most comments you made
about the proposal are value-neutral (e.g. simplifies language) rather
than giving a positive reason to embrace the proposal. I don't think
the ideas would make Ruby better in an identifiable way.

Cheers,
Gavin



Robert Klemme

11/18/2003 8:13:00 AM

0



"T. Onoma" <transami@runbox.com> schrieb im Newsbeitrag
news:E1ALe7I-00016k-AI@odie.runbox.com...
>
> I've nearly finished my RCR -- the big one on Uniform Data Structures
I've been sitting on for years. I'd very much appreciate if others would
look at it and comment, so i can be sure to nail it down before
submitting. [ or bail if need be :) ]
>
> It is at: http://www.rubygarden.org/ruby?D...

Hm, it's not totally clear to me what you are up to and what would be
gained. From what I understand you're aiming at unifying the syntax for
various different things, namely method invocations, operators and all
sorts of type definitions (class and method mainly). (All following
comments are based on this understanding.)

Since we're talking about programming languages there are technical and
human apsects here. It might be technically feasible to unify all those
constructs but the price is likely that certain things are deferred from
compilation to runtime: if there's no syntactic difference between a class
definition and a method invocation then the runtime types of the artefacts
involved determines the semantics. This may well impose a performance
penalty.

The human aspect is twofold: while it may be simpler to *write* programms
it is likely to be much more difficult to *read* program code.

And a third aspect: while reading your RCR Lisp came to my mind even
before you mention it yourself. It's not clear to me where exactly is the
difference between your proposal and Lisp's approach. If it is too small
I wonder what will be gained by yet another Lisp language.

Kind regards

robert

matz

11/18/2003 5:31:00 PM

0

Hi,

In message "RCR Review by Peers"
on 03/11/17, "T. Onoma" <transami@runbox.com> writes:

|It is at: http://www.rubygarden.org/ruby?D...

Please include what we gain by your RCR? I don't see the benefit at
all, but tweaking syntax.

matz.