Hi, Will any application specific modules written in Python easily integrate with Sage ? If so, it may be worth considering to log a trac ticket to follow up this. Are there complexities to consider ? e.g. any license issue ? Or is there any code synchronization issue ? (e.g. if the module in those web site you mention get changed, the one integrated with Sage may not know. So the module get integrated with Sage may need to be maintained in another separate path.)
Can modules written in C/C++ or Common Lisp also easily integrate with Sage ? If so, it may be worth considering to find open-source modules written in these languages and integrate with Sage (e.g. Some artificial intelligence modules may be written in Common Lisp.) The Sage installation package can allow optional installation of thses application-specific packages. Thanks. W.M. Chung On Saturday, December 1, 2012 7:53:24 PM UTC+8, jason wrote: > > On 12/1/12 1:08 AM, Wai Man Chung wrote: > > Hi, > > > > I would like to know if Sage will go to implement some specific module > > for application ? > > > > e.g. Signal processing, Bioinformatics, Queuing networks, computational > > linguistics, etc. > > > > I think implementation of modules in specific areas is worthy to > > consider. Currently I do find some in the manual, e.g. Finance. > > > There are lots of application-specific modules already developed in > Python that are easily installable in Sage. If there was someone that > was willing to write another good module, especially a sage-specific > module, my guess is we would seriously consider adding it to Sage. > > For example, > > * bioinformatics: an optional package is biopython: > http://biopython.org/wiki/Main_Page > > * queuing: see simpy: http://simpy.sourceforge.net/ or pdq > (http://www.perfdynamics.com/Tools/PDQpython.html)? > > * signal processing: see scipy (included in Sage): > http://docs.scipy.org/doc/scipy/reference/signal.html > > etc. > > William wrote a sage-specific finance module that already is in Sage: > http://www.sagemath.org/doc/reference/finance.html. > > Thanks, > > Jason > > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
