Re: How to make Package?
- To: mathgroup at smc.vnet.net
- Subject: [mg20019] Re: How to make Package?
- From: paulh at wolfram.com (P.J. Hinton)
- Date: Sat, 25 Sep 1999 02:40:45 -0400
- Organization: "Wolfram Research, Inc."
- References: <7s79h3$htu@smc.vnet.net> <7sa39e$ma4@smc.vnet.net> <7se55j$qr3@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <7se55j$qr3 at smc.vnet.net>, Martin Kraus <Martin.Kraus at informatik.uni-stuttgart.de> writes: >As far as I know things are different for the student version of >Mathematica 4: The student version will write a special type of >packages (.mx) which is intentionally incompatible with the non-Student >version of Mathematica. >(See http://support.wolfram.com/Systems/Student/Differences.html) Programmatically correct packages written in plain text format should be loadable equally well in both the student and professional versions. The crunch to which Martin is referring deals with an alternative binary format (.mx) in which packages may be stored. These packages are created with the DumpSave[] function. The format stores the definitions in an internal format that allows the kernel to load the definitions more quickly. The downsides are that the files are platform specific (you can't load a Windows-generated .mx file into a kernel running on a Solaris machine, for example) and that such packages generated by a student kernel cannot be loaded in a professional kernel. -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. Disclaimer: Opinions expressed herein are those of the author alone.