Minh Nguyen wrote: > Hi folks, > > I have written a draft of a tutorial on functional programming for > mathematicians. The tutorial is available on the Sage wiki [1], but > you could also find it at Wordpress [2]. This is a redundancy measure > in case the wiki is down. I invite you to comments on it or expand it > as necessary. If you want, I could open a ticket to add the tutorial > to the Constructions document [3] or the Developers' Guide [4].
This is great. Do you think you could add a sentence or two in the filter section about using list comprehensions to do filters, like you did above in the map section? Python people are probably going to see a lot of [f(x) for x in [1..10] if f(x)>0] type of statements, so having the connection to filter in their mind would be nice. Thanks, Jason -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org