[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:03799] Re: Ubiquitous Ruby

From: "clemensF" <ino-waiting@...>
Date: 2000-07-04 16:00:36 UTC
List: ruby-talk #3799
> Dave Thomas:

> In terms of security, I agree there are issues here, but not
> insurmountable ones. We'll need to involve crypto folks in this.

not neccessarily.  standard pgp-encryption would suffice, it's the
"trusted source" which could be a problem, in the face of mirroring
needs.

> Part of my interest in this is a longer-term idea. I'd like to see Ruby 
> as a dynamic, distributed programming language, running in net
> appliances as well as desktop machines. I'd like to see Ruby
> applications negotiate and broker services among themselves, providing 
> the first real implementation of the roaming agent technologies that
> have been hyped over the last few years. I honestly think the
> potential is there, but to realize it we need to keep the core of
> Ruby small and flexible (hence my 'do it in a library' posts).

did you check into limbo/inferno of bell-labs?  any oo-language fits into
the frame you envision, but limbo has processes talk via channels of simple
strong types like chars and ints, which scales well and is more concrete
than ruby in this.

clemens

In This Thread