Thanks for looking over it Aaron.

- Executing: I will add a setting eventually that lets you use Enter rather 
than Shift+Enter.

- Pretty printing: Are you sure you were using my sympy fork?
--- I will set unicode pretty printing to be enabled by default

- Parser: Almost everything in ./parsing is straight from Symbide. I'm sure 
it needs some clean-up. The main thing it does that sympify() can't do is 
detect undefined variables, and then define them as symbols.

- IPython kernel: Though that is a cool example, I don't think it is right 
for this project. 
--- Parsing: I think special IPython shorthand syntax could make automatic 
symbol definition much more difficult. 
http://ipython.org/ipython-doc/stable/interactive/reference.html#automatic-quoting
--- Execution: I'm currently working on an execution model that lets the 
user kill the process that is doing the execution without losing their 
namespace (all the variables set in that session.)  I think using IPython 
would complicate this; features like output caching are going to break when 
moving execution to a new process.

- Plotting: Agreed. That's something I want to work on.

- GTK: That's too bad that it's hard to get GTK working on Mac. This 
application claims to have GTK and PyGTK compiled for you: 
http://0install.net/install-mac.html<http://0install.net/install-mac.html#bundle>.
 
No idea if it works

Sam

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sympy/-/ziKFhxNlZfcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to