On Aug 13, 11:14 pm, Ken Wesson <[email protected]> wrote: > On Sat, Aug 13, 2011 at 1:36 PM, Lee Spector <[email protected]> wrote:
> > On the one hand most people who work in genetic programming these days > > write in non-Lisp languages but evolve Lisp-like programs that are > > interpreted via simple, specialized interpreters written in those other > > languages (C, Java, whatever). > > The ultimate in Greenspunning. :) Exactly! All those people doing GP in C++ end up doing it in Lisp anyway. They write a GP engine that generates trees and manipulates them and then they'll have to write an interpreter for that limited language, which is basically the idea of Lisp. OMG ;) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
