On 9/23/06, Robert Dober <robert.dober / gmail.com> wrote: > sxp{ a; b} => sxp{a} + sxp{b} which seems complicated for > sxp{ 4; 2} ??? > sxp{ obj.meth *args } => [ :meth, <object_id:object_class>, *sxp{arg.first}, > *sxp{arg.second} ...] ??? sxp {3.meth(*[1,2,3]) } => [:meth, 3, 1, 2, 3] for me, don't know about the other ones. Here are the tests I'm using now: http://pastie.caboo.se/14546