On Mon, Apr 26, 2010 at 3:57 AM, Antoon Pardon wrote:
> Op 2010-04-23, Chris Rebert schreef :
>> On Fri, Apr 23, 2010 at 2:41 AM, Antoon Pardon
>> wrote:
>>> The result I get is:
>>>
>>> 5
>>> 8
>>> 15
>>> Traceback (most recent call last):
>>> File "Symbolics", line 54, in
>>> test()
>>>
Op 2010-04-23, Chris Rebert schreef :
> On Fri, Apr 23, 2010 at 2:41 AM, Antoon Pardon
> wrote:
>> test()
>>
>> --
>>
>> The result I get is:
>>
>> 5
>> 8
>> 15
>> Traceback (most recent call last):
>> File "Symbolics", line
On Fri, Apr 23, 2010 at 2:41 AM, Antoon Pardon wrote:
> The following is a proof of concept. The idea is to have variables that
> represent symbolic names/expressions, you can work with like ordinary
> values, but that can be evaluated later.
>
> This is the code:
>
> -
The following is a proof of concept. The idea is to have variables that
represent symbolic names/expressions, you can work with like ordinary
values, but that can be evaluated later.
This is the code:
import operator
from f