








(2)
Your rating: Now say why...



| Downloads:3,392 |
| Version Downloads:1,845 |
| Type:Education : Mathematics |
| License:Free |
| Date:11 Apr 2008 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 1.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+3
distribute it as a special kind of calculator, that's ok. My point is that your software is irritating for an average user who expects an alternative to the built-in calculator.
All those critics may sound harsh but the aim is to help you to improve your software to be ready for prime time.
Keep on coding!
No, this thing is not retarded.
This is all written in the documentation : in Ruby, divisions are integers by default (1/2 = 0, but 1/2.0 = 0.5). This is usual, and useful to many people (like me).
But I have been reported that, indeed, people not familiar with that are easily confused, and I should put a warning on what RubyCalc does.
This warning does not yet appear on the download page, but it should soon.
I do not think that it is "ego-ware". This application is very useful to me, and I have spent time to package it as an app, a widget, a service so that people who are interested by it could use it. That's just sharing.
+3
who do you think is the target group for this software? john doe?
what would you say if someone releases an editor where you can't write 'the' because the underlying system doesn't want you to?
I agree with you on one point : this software is not for everyone. My mistake was that I did not warn people enough about what it does. I have recently added the "Caution" information to correct that.
But, you know, I am not selling this software. I am not marketing : my goal is not that 99% of people can use it. I repeat that : this software, at first, is for me. You seem to think that it should have be no more, but I keep saying that I can share it. At your question "who will use this software", I can answer : everybody that will find it useful. Even if it is one or two person in the world, I do not care, it does not cost anything.
You also think that the calculator is stupid, because of its behavior. Who needs a calculator that makes integer divisions ? Perhaps the same people that still use vi on the Unix command line rather than a rich text editor with a handy interface : because they need it at some particular time.
Pierre Chatelier
-18
bebdabhrhbrWEFg 3R§5Y5H4WTEDSFB reviewed on 11 Apr 2008
>> 1/2
=> 0
>> 1/3
=> 0
>> 3/4
=> 0
... and ugly too. why do people insist on cluttering up macupdate with crap 'ego-ware' like this? do you really think *anyone* is going to use this app? - of course not. so why not wait until you've finished your 'ruby for beginners' book before you start inflicting your software on the world?
I am sorry for the big regression introduced in version 1.0.1 and 1.0.2 about decimal point. That was the reason of failure on english systems for even simple maths (a workaround was to use spaces around operators).
This is fixed in version 1.0.3
And by the way : RubyCalc is a front-end to Ruby : that is true : it does not claim to be more. But it's handy (at least for me).
Regards,
Pierre Chatelier
+8
digitalpardoe reviewed on 23 Feb 2007
Please, don't waste your time with this software, I only got it becasue "Ruby" sounded interesting, but it is an awful implementation and really does not work.
+17
>> 100 + 23
=> 24.0
>> 100+23
=> 100.23
>> =100+23
=>
>> 100+23=
=> -:1: syntax error
include Math; print 100.23=;