Re: Mathematica will be a new feature of HTML6
- To: mathgroup at smc.vnet.net
- Subject: [mg115374] Re: Mathematica will be a new feature of HTML6
- From: a boy <avvboy at gmail.com>
- Date: Sun, 9 Jan 2011 02:19:30 -0500 (EST)
WebMathematica is good, but to let Mathematica be a standard script language of HTML6 is better. WebMathematica runs on server, while script language of HTML6 runs on client On Sun, Jan 9, 2011 at 4:42 AM, brien colwell <xcolwell at gmail.com> wrote: > Given that I regularly hang an 8 core box with 32GiB of RAM using > Mathematica, I'm not sure I'd want some arbitrary M computation > running in my browser ... ;) Isn't that what WebMathematica is for? > > > On Sat, Jan 8, 2011 at 3:41 AM, a boy <AvvBoy at gmail.com> wrote: > > I guess Mathematica will be a standard mathematic script language of > HTML6. A snippet of HTML6 maybe like this: > > > > <html> > > <body> > > <script language===94mathematica=94 out===94mout1=94 autoExecuteTimes==1 > display===94toolbar:run, interrupt,status;panel:sourcecode,lineNumber;=94> > > Plot[Sin[x],{x,0,2Pi}] > > Prime[Range[1000]] > > </script> > > <mathoutput id===94mout1=94 style===94=94 display===94toolbar:clear=94/> > > > > <script language===94mathematica=94 out===94img1=94 autoExecuteTimes==1> > > Plot[PrimePi[x],{x,0,10^6}] > > </script> > > <img id===94img1=94/> > > </body> > > </html> > > > > HTML file will be the work sheet in next version of Mathematica, instead > of notebook(.nb). Mathematica will be another web browser and another IDE at > the same time. > > > > Mathematica virtual machine & ObjectM > > ObjectM will bore! ObjectM is an OO programming language which combines > Mathematica and Java. The compiled class files can run in Mathematica > virtual machine. So we can write the desktop applications by using Object M. > Just like Java or Flash, but be more powerful. > > > >