Re: purely functional math renderer

2014-03-16 Thread t x
The best I've sound so far is MathML. Unfortunately: * it's FireFox only * Chrome dropped support * I really like Chrome's debugger * It's also slow-ish On Sun, Mar 16, 2014 at 4:04 AM, Jony Hudson wrote: > It doesn't help answer your question, but FWIW: I know MathJax renders > dynami

Re: purely functional math renderer

2014-03-16 Thread Jony Hudson
It doesn't help answer your question, but FWIW: I know MathJax renders dynamically into an existing DOM node because it needs to get sizing information before it renders. This means, for instance, that you can't even render into a DOM fragment off-screen. Jony On Saturday, 15 March 2014 03:36

Re: purely functional math renderer

2014-03-15 Thread Mikera
Not quite what you are looking for, but the expresso project contains some good tools for representing and manipulating mathematical s-expressions: https://github.com/clojure-numerics/expresso If anyone is thinking of writing / building a renderer it would be good to co-ordinate on a standard w

purely functional math renderer

2014-03-14 Thread t x
Hi, I'm aware of MathJax, JsMath, MathQuill, MathDox. However, I'm wondering if anyone have implemented a pure clojure math renderer (not just a binding, but with the actual rendering in Clojure). What I find frustrating about existing solutions is their im-pureness. The basic idea is: