I certainly can't speak for others, but my typical use case is projected to be in meetings. Imagine sitting in a room with a bunch of engineers and managers, and someone says something worth checking the math on. If you're not the lucky dude at the conference room's computer and just happens to have IPython Notebook/LightTable/Excel/`w/e`, then this will be handy. Be the guy who keeps up with the conversation and can…
Glad you like the spaces in names! It's not hard to implement without too much ambiguity. :) There are a few tricks I need to pull to make things like: `if x then y else z` be interpreted correctly. Fun fact: The slowness is bottlenecked by how fast I can update the text editor - the calculations themselves usually only take 10% of the update time. It's a big area that can be improved.
Calca iOS - Mathematical text editor for engineers
31–39 of 39 posts
Re: Calca iOS - Mathematical text editor for engineers
#32Re: Calca iOS - Mathematical text editor for engineers
#33Glad to see Soulver [1] has some competition. [1] http://www.acqualia.com/soulver/
Re: Calca iOS - Mathematical text editor for engineers
#34I still use my TI-89.
Re: Calca iOS - Mathematical text editor for engineers
#35This looks interesting, but I can't see myself using it on an ipad or phone. This is something I'd want to use on a desktop, with a keyboard, while multitasking with other programs. Edit: I'll keep it in the back of my head, and I might try it later.
Hi I'm the author. Yep Mac is done and just being submitted for review. I just couldn't resist announcing the iOS version.
We have a bunch of complicated maths in a java library. At the moment I've got a jruby wrapper around it and using the jruby repl, but it would be awesome if I could use this with it.
Re: Calca iOS - Mathematical text editor for engineers
#36It would be good if plurals for variable names were the same as the singular, so that
light speed = 299,792,458 meters/second
Would be compatible with
time to earth=> 499.242173411seconds
Also, it would be nice if "per" was equivalent to /
Also, it would be nice if definitions didn't have to be
Single item on the left = many things on the right. For example, this would be nice:
Miles per gallon = 34 Gas tank = 13 gallons Range = miles per gas tank
So far I'm having a lot of fun and already posted it to Facebook.
Re: Calca iOS - Mathematical text editor for engineers
#37Glad to see Soulver [1] has some competition. [1] http://www.acqualia.com/soulver/
Re: Calca iOS - Mathematical text editor for engineers
#38Includes a formula preview: http://numbercanvas.com/
Re: Calca iOS - Mathematical text editor for engineers
#39Earlier quoted context omitted.
Hi I'm the author. Yep Mac is done and just being submitted for review. I just couldn't resist announcing the iOS version.
Will the desktop version have the ability to use functions from third party libraries? We have a bunch of complicated maths in a java library. At the moment I've got a jruby wrapper around it and using the jruby repl, but it would be awesome if I could use this with it.