[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another code sample - symbolic derivatives

This page is part of the web mail archives of SRFI 110 from before July 7th, 2015. The new archives for SRFI 110 contain all messages, not just those from before July 7th, 2015.



"David A. Wheeler" <dwheeler@xxxxxxxxxxxx> writes:
>     else list('+ a1 a2)

Unless I'm mistaken, you could also write this as:

      else `{,a1 + ,a2}

and similarly for the multiplication case.

      Mark