[#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:6302] Re: quiz of the week

From: "Conrad Schneiker/Austin/Contr/IBM" <schneik@...>
Date: 2000-11-13 06:59:36 UTC
List: ruby-talk #6302
Mark Slagell writes:

#  Mathieu Bouchard wrote:
# > 
# > > > now try this one!!!
# > > >         eval '^'
# > > Yeah, try it under Windows 98 ... kaboom!
# > 
# > kaboom? ruby, or the whole os?
# > 
# > here it does infinite loop...
# > 
# > matju
# 
# The whole OS. Probably it just reflects on how unpredictably W98 can
# behave when an app does something wrong.  I just tried it again and was
# able to close the cygwin window from the outside - but the first time it
# blew everything away, wouldn't let me switch windows or bring up the
# task manager or anything, I had to reset.  Probably NT is a bit more
# trustworthy about such things? 

Correct guess. 

NT also goes into an infinite loop, which can be seen by looking at the 
task manager's CPU % display. However, under both the Command Prompt 
window and the Cygwin B20 window (aka bash), ^C also stops working, unlike 
when you do a deliberate infinite loop:

    ruby -e "loop { puts 'Still busy!' }"

# I normally use Linux, and am going
# through a little microsoft-experimentation phase.  Doubtless it'll pass
# quickly...

Interesting multiple ambiguity....

Conrad Schneiker
(This note is unofficial and subject to improvement without notice.)

In This Thread

Prev Next