Re: .m file to C or Fortran source code
- To: mathgroup at smc.vnet.net
- Subject: [mg29537] Re: .m file to C or Fortran source code
- From: "Orestis Vantzos" <atelesforos at hotmail.com>
- Date: Sat, 23 Jun 2001 01:47:25 -0400 (EDT)
- Organization: National Technical University of Athens, Greece
- References: <9gup1g$o0m$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Such a conversion is generaly not a sane thing to do...Mathematica is wildy different in spirit (and not just in form) from both C and Fortran. If you use even basic pattern matching or rule-programming in your Mathematica code, then the conversion is out of the question. Since any even half-serious attempt at Mathematica programming probably involve both rules and patterns...I hope you see my point. If you still want to try it, there is MathCode from Mathcore (darn, I've lost the link..sorry!) "fang" <fang at squid.jpl.nasa.gov> wrote in message news:9gup1g$o0m$1 at smc.vnet.net... > Hello everyone, > > Our theoreticians wrote their formulas and then programmed them in > Mathematica to do quick tests. > > We would like to convert the Mathematica's .m files into C or Fortran > source codes so we can implement them in our experimental > data-acquisition and analysis applications. > > Does such a converter exist? > > Thanks in advance. > > Fang > > >