Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!EOS.ARC.NASA.GOV!shafto From: shafto@EOS.ARC.NASA.GOV (Michael Shafto) Newsgroups: comp.lang.icon Subject: Re: NeuralNets: help requested Message-ID: <9010041633.AA08099@eos.arc.nasa.gov> Date: 4 Oct 90 16:33:52 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 10 I played around with neural nets in Icon a few years ago. Bottom line: the flexibility of Icon in manipulating lists and other data structures was a big plus at development time, but you would want to be in C for serious work due to the hard requirement for raw speed (plus the complexity of your program is not a real driving factor in this kind of work). Mike