[#300] Ruby 1.3.3-990507 — matz <matz@...>
Ruby 1.3.3-990507 is out, check out:
1 message
1999/05/07
[#314] Arity features for Proc object? — matz@... (Yukihiro Matsumoto)
A mail from <yeboah@tu-harburg.de> is somehow rejected by the list
12 messages
1999/05/17
[#315] Re: Arity features for Proc object?
— matz@... (Yukihiro Matsumoto)
1999/05/17
[#316] Re: Arity features for Proc object?
— gotoken@... (GOTO Kentaro)
1999/05/17
In message "[ruby-talk:00315] Re: Arity features for Proc object?"
[#318] Re: Arity features for Proc object?
— matz@... (Yukihiro Matsumoto)
1999/05/17
Hi.
[#319] Re: Arity features for Proc object?
— gotoken@... (GOTO Kentaro)
1999/05/17
In message "[ruby-talk:00318] Re: Arity features for Proc object?"
[#320] Re: Arity features for Proc object?
— matz@... (Yukihiro Matsumoto)
1999/05/17
Hi.
[#323] binding — Pros Yeboah <yeboah@...>
Hi
5 messages
1999/05/18
[#357] thinking aloud — "Bryce Dooley" <thecrow@...>
First off, I think Ruby is a very nice scripting language.
7 messages
1999/05/29
[ruby-talk:00360] Re: thinking aloud
From:
"Michael Neumann" <neumann@...>
Date:
1999-05-29 13:51:29 UTC
List:
ruby-talk #360
----- Original Message ----- From: Klaus Schilling <Klaus.Schilling@home.ivm.de> > > > 1. will there ever be static type checking? > > > or is that totally out of scope. > > > > Well, what sort of type-checking do you want, Bryce? If you want > > typed variable, I don't agree that. Because type-free variable is a > > essential feature of scripting languages, I'm believing. > > Some have optional type-safety. > Pike , for example (it is used by a webserver called roxen challenger) > uses type declarations, but it allows `mixed' as run-time scapehole > type, so at the expense of performance and safety, runtime flexibility > is possible to be achieved. > Guile, a scheme variant, offers arrays of uniform type, which also > leads to performance gain in case this is useful. > Type-safety could be perhaps implemented through instances of a special class, which only allows one class to assign or do anything else. Michael