Re: New position: MathLink Developer
- To: mathgroup at smc.vnet.net
- Subject: [mg16914] Re: New position: MathLink Developer
- From: rmille1 at aol.com (RMille1)
- Date: Tue, 6 Apr 1999 01:27:38 -0400
- Organization: AOL http://www.aol.com
- References: <7e9ndq$3in@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Come on dude. I think it depends on how you intend to use the math kernel. If you're writing something to be called from Mathematica, and uses that mprep or whatever it's called, then yeah it's a good resource. But if your writing your code to call a math kernel, and use it to do some computation, then I think the documentation is a little sketchy. >Hi Tobias, > >it is not a good idea to use *any* software without reading >the manuals. You have probably never read more than the first 21 pages >of "The Mathematica Book". > >Page 630--674 and 1256--1266 (Reference) of the Mathematica >Book, Third Edition by Stephen Wolfram list almost all what you need to write >a MathLink program. There are additional documents on MathSource and many >many programs. At least you can learn from my source codes at > >http://www.mpae.gwdg.de/~kuska > >how to use MathLink. Even for non-standard cases like loopback links, >callbacks to the Kernel, own event handling and parallel computing. >