[#1026] Is this a bug? — Dave Thomas <Dave@...>

18 messages 2000/01/03

[#1084] Infinite loop — Dave Thomas <Dave@...>

17 messages 2000/01/11

[#1104] The value of while... — Dave Thomas <Dave@...>

24 messages 2000/01/11

[ruby-talk:01097] Re: YADQ (Yet Another Dumb Question)

From: matz@... (Yukihiro Matsumoto)
Date: 2000-01-11 15:07:11 UTC
List: ruby-talk #1097
Hi,

In message "[ruby-talk:01086] Re: YADQ (Yet Another Dumb Question)"
    on 00/01/10, Dave Thomas <Dave@thomases.com> writes:

|However, if this change sticks, we'll lose the ability to have
|immutable variables, which seems like a big loss.

Even though I abandoned the idea of changing constants into shared
variables, constants in Ruby are not immutable variables for long
time, without making serious problems.  They are just `unchangable
from within methods'.  Some says they're not constants, and I agree at
least partly.  That's the origin of a shared variable idea.

|When I tried my example, I found another difference between method
|names starting with upper and lower case characters:

|   def Dave.A=(val)  parse error

That's a bug.  I'll fix it.

							matz.

In This Thread