[#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:6185] Re: Mapping text to method calls

From: Stephen White <steve@...>
Date: 2000-11-09 01:39:44 UTC
List: ruby-talk #6185
On Thu, 9 Nov 2000, Conrad Schneiker/Austin/Contr/IBM wrote:

> It sort of seems like what you are (implicitly) asking for is (to mention
> one of several possibilities) an IDE development language, a long list of
> (dynamically extensible) behavioral specifications in terms of such a
> language, and something of an expert system to weave everything together
> into a coherent system.

You got that pretty much right, but I wasn't proposing to implement all
of that on the first go - just that this is the sort of stuff I like.

I wrote most of this with reference to C so I'm not sure how much of
this can be done with Ruby. Eg, how could we generate call graphs when
the call being made isn't known until run-time?

> What sort of overall model would others suggest as a general
> framework for dealing with some reasonable subset of the Hal and
> Stephen lists (plus related suggestions)?

  A parser for Ruby source code, extracts classes, methods, and
  reference locations.

  A database for parser results. Accepts incremental updates and can
  handle positional queries from editors.

  A viewer. Could be a couple of listbox widgets for now.

> And how would you generally employ Ruby for implementing that model?

Run Ruby on itself, recursively. Ruby would make a nice IDE development
language and saves having to learn yet another language. :)

-- 
  steve@deaf.org


In This Thread

Prev Next