Would really like to see a comparison between this and Soulver (http://www.acqualia.com/soulver/). Most obvious differences are the lack of a two-column view and support for Markdown, as well as support for function definitions, which I'm pretty sure Soulver lacks.
Developer here, yep that was a bad omission. The worst part is I do that kind of math all the time! You can count on it showing up in updates either as a function or as syntax.
Wow! This seems amazingly complete for an iOS/OS X-only app that I've never heard of before today. Is it based on some preexisting algebra system, or totally from scratch? Regardless, it's very impressive.
It's from scratch C# code using Xamarin to build the UI layers for iOS/OS X. Well, I also use a parser generator jayc which is based on jay which is a yacc cc. Everything else is mine. It's a pretty standard Expression tree implementation with a symbolic interpreter.
Awesome product, I just bought it for my iPhone. Given that it's C# already, any plans for a windows version? I often do these types of calculations in excel at work, but this would be so handy.
13 comments
[ 3.5 ms ] story [ 35.7 ms ] threadhttp://ipython.org/notebook.html
I think it does what you want
* Soulver allows free text editing within a line of computation; Calca allows free editing in the entire file
* Both update as you type
* Soulver understands arithmetic; Calca knows algebra, calculus, and algorithms
* Soulver requires that all variables be defined; Calca does not
* Soulver does not support user defined functions; to Calca, everything is a function
* Soulver has no programming constructs; Calca is one step away from being a general purpose programming language.
* Soulver does not support matrices; Calca does
https://github.com/prog-re/klak
https://news.ycombinator.com/item?id=6015148