MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Mathematica will be a new feature of HTML6

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115358] Mathematica will be a new feature of HTML6
  • From: a boy <AvvBoy at gmail.com>
  • Date: Sat, 8 Jan 2011 03:41:37 -0500 (EST)

I guess Mathematica will be a standard mathematic script language of HTML6. A snippet of HTML6 maybe like this:

<html>
<body>
<script language=â??mathematicaâ?? out=â??mout1â?? autoExecuteTimes=1 display=â??toolbar:run, interrupt,status;panel:sourcecode,lineNumber;â??>
Plot[Sin[x],{x,0,2Pi}]
Prime[Range[1000]]
</script>
<mathoutput id=â??mout1â?? style=â??â?? display=â??toolbar:clearâ??/>

<script language=â??mathematicaâ?? out=â??img1â?? autoExecuteTimes=1 >
Plot[PrimePi[x],{x,0,10^6}]
</script>
<img id=â??img1â??/>
</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 ObjectM. Just like Java or Flash, but be more powerful.


  • Prev by Date: Re: Solving very large systems of ODEs with NDSolve
  • Next by Date: Re: Numerical Solver for 2D/3D (Reaction-)Diffusion equation
  • Previous by thread: Re: Tensor cross vector
  • Next by thread: Re: Mathematica will be a new feature of HTML6