Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Any idea's on how long it takes to learn C++, then create a chessmonster

Author: David Hanley

Date: 11:01:33 12/11/01

Go up one level in this thread


Tell you what, since you, after usign all these languages in large projects,
think other languages have no advantages, but are merely slower, please program
the following in c++

(defun average( collection &optional ( key #'identity ) )
  (/ (reduce #'+ (map 'vector key collection)) (length collection)))

Remember, reproduce ALL the functionality.

dave



This page took 0.01 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.