> From having a short glance at the webpage I see that you use jpython. I > doubt that Sage builds with it, so I wonder whether this can become a > problem or not.
Which webpage are you looking at? I haven't thought much yet about how to implement this integration, but there are some options. Hadoop-streaming, for instance, allows you to write pairs of map-and- reduce programs in just about any language, and specify them on the command line: http://hadoop.apache.org/common/docs/r0.20.0/streaming.html I've used it for prototyping things quickly in Python, then later porting to Java for performance improvements, but I could see it being useful for a first stab at enabling distributed storage and computation in Sage. -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
