Questions on Using Python to Teach Data Structures and Algorithms
Bruno Desthuilliers
onurb at xiludom.gro
Fri Sep 29 04:18:03 EDT 2006
Dennis Lee Bieber wrote:
> On 28 Sep 2006 21:17:38 -0700, "MonkeeSage" <MonkeeSage at gmail.com>
> declaimed the following in comp.lang.python:
>
> (Coming in from the cold)
>> I guess you were talking about implementing the _structure_ of lisp
>> lists in python syntax (as you seem to imply), not trying to emulate
>
> Well.... The subject line does refer "data structures" <G>
Noticed that too ?-)
> Though if this suddenly inspires the creation of a Common LISP
> interpreter written in Python, I may want to close my eyes <G>
Well... Not quite Common Lisp yet, but :
http://www.biostat.wisc.edu/~annis/creations/PyLisp/
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list