rvosa has asked for the wisdom of the Perl Monks concerning the following question:
In its simplest form, you could implement this as a two-dimensional array, and it is probably instructive (at least for me) to think of it that way, although requirements of type safety mean there'd almost certainly be an abstraction layer that keeps an eye on what goes into the matrix (character matrices can contain dna sequences, binary character states, "continuous characters", i.e. floating point values, and a bunch of more esoteric data types).Homo_sapiens 0 Pan_paniscus 1 Pan_troglodytes 1
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: design suggestions for object integration wanted
by GrandFather (Saint) on Sep 19, 2006 at 10:13 UTC | |
by rvosa (Curate) on Sep 20, 2006 at 07:59 UTC | |
by GrandFather (Saint) on Sep 20, 2006 at 19:43 UTC | |
by rvosa (Curate) on Sep 20, 2006 at 20:27 UTC | |
Re: design suggestions for object integration wanted
by exussum0 (Vicar) on Sep 19, 2006 at 16:17 UTC | |
by rvosa (Curate) on Sep 20, 2006 at 08:01 UTC | |
Re: design suggestions for object integration wanted
by BrowserUk (Pope) on Sep 20, 2006 at 12:30 UTC | |
Re: design suggestions for object integration wanted
by ruoso (Curate) on Sep 20, 2006 at 09:32 UTC | |
Re: design suggestions for object integration wanted
by tbone1 (Monsignor) on Sep 20, 2006 at 11:56 UTC |