From: MikkelFJ Date: 2002-08-04T13:36:53+09:00 Subject: Re: ZIGZAG - was Re: Assoc Class (Hash Pairs) "Rich Kilmer" wrote in message news:000001c23b64$2fb45130$3301a8c0@TECHNO... > OK, this thread intrigued me to go look up ZigZag (which I had never > heard of). I have begun this...and I must say it looks > rather...um...mind bending. At the same time, it looks very, very > interesting. I would welcome interaction about this topic and > developing libraries in Ruby that enable experimentation with its > concepts. Sounds much like something I've been working on: The Cell Model. Each cell has a set of named ports. Each port is an ordered list of connections. ports are connected bidirectionally via connections. A port can only connected to the same opposite port once (not sure this is necessary). If you say that each port name is a dimension, it seems to be ZigZag? I haven't read the documentation closely though. I briefly mentioned this project a while back. Mikkel