<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-946587890062083577.post4648181316399925204..comments</id><updated>2010-09-27T18:27:19.897+10:00</updated><title type='text'>Comments on Never Read Passively: A Genetic Algorithm in Google's Go Language</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.neverreadpassively.com/feeds/4648181316399925204/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default'/><link rel='alternate' type='text/html' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html'/><author><name>Jason</name><uri>http://www.blogger.com/profile/11283603094324243247</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_Nm8O-3rVrk0/Sk_iFShcXkI/AAAAAAAAAFc/cUqZBpgrQ9Y/S220/Snapshot.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-946587890062083577.post-8591473772449216782</id><published>2010-09-27T18:27:19.897+10:00</published><updated>2010-09-27T18:27:19.897+10:00</updated><title type='text'>Man, you seem to follow the same I algorithm I do ...</title><content type='html'>Man, you seem to follow the same I algorithm I do for learning new languages: program a genetic algorithm in it. Will Scala be next?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/8591473772449216782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/8591473772449216782'/><link rel='alternate' type='text/html' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html?showComment=1285576039897#c8591473772449216782' title=''/><author><name>JJ</name><uri>http://www.blogger.com/profile/15458463856791251920</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html' ref='tag:blogger.com,1999:blog-946587890062083577.post-4648181316399925204' source='http://www.blogger.com/feeds/946587890062083577/posts/default/4648181316399925204' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-303792731'/></entry><entry><id>tag:blogger.com,1999:blog-946587890062083577.post-1667790776039839991</id><published>2010-03-10T01:57:26.269+11:00</published><updated>2010-03-10T01:57:26.269+11:00</updated><title type='text'>Jason,
Wonderful explanation and example. Thanks f...</title><content type='html'>Jason,&lt;br /&gt;Wonderful explanation and example. Thanks for putting this together. It was a fun read and I am tinkering with your code. This language has a lot of potential for our work (large scale simulation).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/1667790776039839991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/1667790776039839991'/><link rel='alternate' type='text/html' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html?showComment=1268146646269#c1667790776039839991' title=''/><author><name>Patrick</name><uri>http://www.blogger.com/profile/08178113537022456770</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html' ref='tag:blogger.com,1999:blog-946587890062083577.post-4648181316399925204' source='http://www.blogger.com/feeds/946587890062083577/posts/default/4648181316399925204' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-992566463'/></entry><entry><id>tag:blogger.com,1999:blog-946587890062083577.post-1908989725860129064</id><published>2009-12-18T19:49:33.064+11:00</published><updated>2009-12-18T19:49:33.064+11:00</updated><title type='text'>Caps are used for function names that are exported...</title><content type='html'>Caps are used for function names that are exported from the package. Lower case functions are not exported. I believe the caps at the beginning of function names are used as an access modifier (public/private).&lt;br /&gt;&lt;br /&gt;In the case of my GA, its an example that is not intended to be used as a library, so I&amp;#39;m betting convention would be to use lower case - like main().</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/1908989725860129064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/1908989725860129064'/><link rel='alternate' type='text/html' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html?showComment=1261126173064#c1908989725860129064' title=''/><author><name>Jason</name><uri>http://www.blogger.com/profile/11283603094324243247</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_Nm8O-3rVrk0/Sk_iFShcXkI/AAAAAAAAAFc/cUqZBpgrQ9Y/S220/Snapshot.png'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html' ref='tag:blogger.com,1999:blog-946587890062083577.post-4648181316399925204' source='http://www.blogger.com/feeds/946587890062083577/posts/default/4648181316399925204' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1111478270'/></entry><entry><id>tag:blogger.com,1999:blog-946587890062083577.post-604338370573039877</id><published>2009-12-18T19:03:45.440+11:00</published><updated>2009-12-18T19:03:45.440+11:00</updated><title type='text'>How come you have big letters in the beginning of ...</title><content type='html'>How come you have big letters in the beginning of function names? (I&amp;#39;m new to Go)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/604338370573039877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/946587890062083577/4648181316399925204/comments/default/604338370573039877'/><link rel='alternate' type='text/html' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html?showComment=1261123425440#c604338370573039877' title=''/><author><name>defdac</name><uri>http://www.blogger.com/profile/13196695034799262390</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.neverreadpassively.com/2009/12/genetic-algorithm-in-googles-go.html' ref='tag:blogger.com,1999:blog-946587890062083577.post-4648181316399925204' source='http://www.blogger.com/feeds/946587890062083577/posts/default/4648181316399925204' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-320901780'/></entry></feed>
