Re: toy list processing problem: collect similar terms

2010-09-25 Thread Alexander Burger
In PicoLisp: (mapcar '((X) (apply conc (cdr X))) (group List) ) Cheers, - Alex -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-20 Thread Alexander Burger
Paul Rubin wrote: > There's a language called Picolisp in which this is the standard way > to do a gui. Picolisp includes a java applet that can do some stuff > that standard html widgets can't. These days I suppose it should use > AJAX. Yes, in fact it does. The curr