Building a web interface similar to wolframalpha



> ------------------------------
>
> Message: 5
> Date: Thu, 10 May 2012 06:29:51 -0400 (EDT)
> From: lluvia_lists at lavabit.com
> To: maxima at math.utexas.edu
> Subject: Building a web interface similar to wolframalpha
> Message-ID: <37794.151.49.163.193.1336645791.squirrel at lavabit.com>
> Content-Type: text/plain;charset=iso-8859-1
>
> Hi,
>
> Do you know about some efforts of making a free alternative to
> wolframalpha.com with maxima as engine? (I suppose tha maxima is the best
> candidate, at least for simbolic calculations)

See http://maxima.sourceforge.net/relatedprojects.html for some
(scroll to Web interfaces running Maxima) for some things.  I assume
here that the natural language interface is not as important
currently.

Although it doesn't have natural language interface (see
http://www.molto-project.eu/wiki/living-deliverables/d62-prototype-comanding-cas/gfsage-natural-language-interface-sage
for something along these lines) there does exist also the Sage cell
server, which would allow things like this:

http://aleph.sagemath.org/?q=4ae1fc8a-8681-4d65-a6ed-4426576ea53e

using Maxima.  Eventually one should be able to do

%maxima
<maxima code>

but I think that hasn't been ported from Sage proper yet.