On Monday, August 29, 2011 9:00:59 AM UTC-4, jason wrote: > > 1. Mathematica has a Compile function [1], which should probably be > mentioned when you mention Cython. >
As far as I understand, Mathematica's Compile function is much more like Sage's fast_callable. It generates an in-memory expression tree so you don't have to parse the expression over and over, but its a far cry from an optimizing compiler creating native code. > -- 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
