I would like to emulate something like this with Basic objects. I am 
drawing a blank on how that might be done. Does anyone have any ideas?
>>> f=lambda x: x==1 
>>> f(1) 
True 
>>> Lambda(x, f(x))(1) # doesn't work 
False

/c

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/9c8d7990-8732-479e-b961-6d47ee3ebb7bn%40googlegroups.com.

Reply via email to