[#6363] Re: rescue clause affecting IO loop behavior — ts <decoux@...>

>>>>> "D" == David Alan Black <dblack@candle.superlink.net> writes:

17 messages 2000/11/14
[#6367] Re: rescue clause affecting IO loop behavior — David Alan Black <dblack@...> 2000/11/14

Hello again --

[#6582] best way to interleaf arrays? — David Alan Black <dblack@...>

Hello --

15 messages 2000/11/26

[#6646] RE: Array Intersect (&) question — Aleksi Niemel<aleksi.niemela@...>

Ross asked something about widely known and largely ignored language (on

23 messages 2000/11/29
[#6652] RE: Array Intersect (&) question — rpmohn@... (Ross Mohn) 2000/11/29

aleksi.niemela@cinnober.com (Aleksi Niemel) wrote in

[#6723] Re: Array Intersect (&) question — Mathieu Bouchard <matju@...> 2000/12/01

> >Use a hash. Here's code to do both and more. It assumes that

[#6656] printing/accessing arrays and hashes — raja@... (Raja S.)

I'm coming to Ruby with a Python & Common Lisp background.

24 messages 2000/11/30

[ruby-talk:6203] Re: Thoughts on a Ruby browser

From: Stephen White <steve@...>
Date: 2000-11-09 12:37:08 UTC
List: ruby-talk #6203
On Fri, 10 Nov 2000, Conrad Schneiker/Austin/Contr/IBM wrote:

> #   A parser for Ruby source code, extracts classes, methods, and
> #   reference locations.
> 
> Is this something that a Ruby 1.7+ option could provide in a more 
> convenient and "off-the-shelf" form?

Matz would have to provide the answer to this one, but it would be
great to have it there, for sure! :)

> Ruby itself has no builtin IDE vocabulary and expertise as it were.

Ah, yes, you're right. You did a most accurate job of summarising
my notes, which were taken over the span of a couple of years. :)

> Does anyone know of any relevant/notable systems around whose
> architecture would be worth studying in connection with R.IDE?

Source Navigator, Visual C++ and quite a few IDEs make moves in the
direction of being code aware, and I've heard of a system called
Blue that is a research tool that does a limited subset of this.

I haven't seen any tools that implement the graphical interface to
such an extent, but I haven't found any show-stoppers when thinking
about how to implement this. It should be pretty straightforwards,
other than the parsing.

Ruby could be a difficult case. I have no idea how we can retrieve
function calls and references as this is determined at run-time. It
would get icky having to run the program to find out what things
are, with Dumpers churning away in the background. :)

-- 
  steve@deaf.org


In This Thread