home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!bigboote.WPI.EDU!bigwpi.WPI.EDU!giovanni
- From: giovanni@bigwpi.WPI.EDU (Giovanni S Capriglione)
- Newsgroups: comp.ai
- Subject: Cells...
- Date: 22 Jan 1993 01:23:15 GMT
- Organization: Worcester Polytechnic Institute
- Lines: 25
- Message-ID: <1jnia3INNesj@bigboote.WPI.EDU>
- NNTP-Posting-Host: bigwpi.wpi.edu
-
- Hey!
- I am C programmer(no OOPS just ansi)... And for a while now i have been considering writing a program about cells...
- The goal is to write a compiler/interpreter type language which will alow the
- following:
-
- a) the ability to set up "cells" (merely structures)
- b) these cells will have switches and ports and an individual "gene-code" (a
- string)
- c) the programmer will place these cells(each of which will perform different
- functions dependant on their type) in "place"
-
- The goal is to combine cells so that they can in unison perform a function ,
- such as a physics law or such... Eventually you will make a bunch of these
- organized cells;say Newtons 1,2&3 as an environment whereby objects will
- perform accordingly.
-
- The question: what language should i do this in?
- Ansi C is wonderful but if there is another language that would handle this
- better Id like to know about it.... giovanni@WPI.wpi.edu
-
- --
- ======================\
- | an itty bitty sig /
- | giovanni@WPI.wpi.edu\
- ======================/
-