Language heuristics seem like a waste of time to me. The user can just
input what language the expression is. If we need to guess (like in
SymPy Gamma), we can just try parsing with all the parsers and see
which ones worked.

The real issue is how to unify the disjoint code, as you pointed out,
so that there is not wasted effort writing a completely new parser for
each language.

Aaron Meurer

On Sun, Feb 23, 2014 at 12:44 PM, Aditya Shah <[email protected]> wrote:
> @asmeurer, @srjoglekar246, @skirpichev. Please review the idea and comment
> upon it so that a discussion can ensue.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to