Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

David Boddie david at boddie.org.uk
Sun Jul 20 08:18:03 EDT 2008


On Sunday 20 July 2008 09:52, John Ladasky wrote:

> Is there a way to interface Lisp to Python, so that I can do all the
> interface programming in the language I already know best -- and just
> do the genetic parts in Lisp?  I haven't seen exception handling in
> Lisp, a feature I've come to love in Python.  Since it is fairly easy
> for a randomly-generated program to generate illegal output (I already
> know this from my initial experiments in Python), I don't think I can
> live without exception handling.

Just searching the Web for Python and Lisp yielded some interesting
projects:

  http://www.biostat.wisc.edu/~annis/creations/PyLisp/
  http://www.livelogix.net/logix/

I've no idea if they're really that relevant to your problem, but they
might lead somewhere useful.

David



More information about the Python-list mailing list