Re: MASH: Mathematica Scripting Hack
- To: mathgroup at smc.vnet.net
- Subject: [mg17637] Re: MASH: Mathematica Scripting Hack
- From: no at mail.pls (Daitaro Hagihara)
- Date: Fri, 21 May 1999 03:37:31 -0400
- Organization: MindSpring Enterprises
- References: <7hogl3$fu8@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> I would like to propose that Wolfram developers address these issues by > providing a "-script" option to the kernel. I just don't see any need for this, do you? Anyway, on the Mac, this can be easily done using Mathematica-link.lisp (by yours truly). A simple modification allows a file consisting of a bunch of Mathematica expressions to be read into Macintosh Common Lisp and then each statement is printed to the Listener and executed thru AppleEvent. Redirecting output to something other than Listener shouldn't be that hard either. Whatever the case, writing packages is the standard practice. I don't see why this isn't your option. DH