I've built a fractions calculator for the iPhone and need a few folks
to really test it. (confirm it's sane). Although there are a number of fraction calculators in the store, none do unlimited precision fractions or unlimited factorials, so I've created one that allows you to enter fractions, brackets, floating point numbers, factorials, all of which are converted to fractions as need be before applying the basic math logic via a grammer constructed by SmaCC. This all of course is based in Squeak. Cough, well it's not quite complete I''ve only constructed the grammer, the SUnits (133) and the basic UIViews. However folks who are interested in testing should email me, not the list, their iphone UUID and I'll add you as a beta tester. -- = = = ======================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== |
Ok, a week later I'm 5 versions in and much closer to shipping however I think I need
just a few more beta testers for Fraction to ensure I've not done some thing silly.
On Sat, May 16, 2009 at 11:35 PM, John M McIntosh <[hidden email]> wrote: -- I've built a fractions calculator for the iPhone and need a few folks to really test it. (confirm it's sane). =========================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== |
Congrats by the new iPhone app.
Could send some screenshots to the list? Cheers. 2009/5/24 John McIntosh <[hidden email]>: > Ok, a week later I'm 5 versions in and much closer to shipping however I > think I need > just a few more beta testers for Fraction to ensure I've not done some thing > silly. > > On Sat, May 16, 2009 at 11:35 PM, John M McIntosh > <[hidden email]> wrote: >> >> I've built a fractions calculator for the iPhone and need a few folks to >> really test it. (confirm it's sane). > > -- > =========================================================================== > John M. McIntosh <[hidden email]> > Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com > =========================================================================== > > > > > > |
It's not in the store yet, or even submitted, but you can find a
screen shot and a start on help instructions at http://www.mobilewikiserver.com/Fraction.html On 24-May-09, at 5:19 PM, Germán Arduino wrote: > Congrats by the new iPhone app. > > Could send some screenshots to the list? > > Cheers. > > 2009/5/24 John McIntosh <[hidden email]>: >> -- = = = ======================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== |
Thanks John. Very interesting.
I'm an idea of a little app (see my post "Cuist Target") and I'm curious if I could develop it all on Squeak (to iPhone) using Morphic instead Objective-C to the UI. I will appreciate your opinion about. Cheers. Germán. 2009/5/24 John M McIntosh <[hidden email]>: > It's not in the store yet, or even submitted, but you can find a screen shot > and a start on help instructions at > > http://www.mobilewikiserver.com/Fraction.html > > > On 24-May-09, at 5:19 PM, Germán Arduino wrote: > >> Congrats by the new iPhone app. >> >> Could send some screenshots to the list? >> >> Cheers. >> >> 2009/5/24 John McIntosh <[hidden email]>: >>> > > -- > =========================================================================== > John M. McIntosh <[hidden email]> Twitter: squeaker68882 > Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com > =========================================================================== > > > > > > |
The graphics engine for the VM requires more work, it has to be moved
towards open GL. On 24-May-09, at 7:00 PM, Germán Arduino wrote: > Thanks John. Very interesting. > > I'm an idea of a little app (see my post "Cuist Target") and I'm > curious if I could develop it all on Squeak (to iPhone) using Morphic > instead Objective-C to the UI. > > I will appreciate your opinion about. > > Cheers. > Germán. > > > 2009/5/24 John M McIntosh <[hidden email]>: >> It's not in the store yet, or even submitted, but you can find a >> screen shot >> and a start on help instructions at >> >> http://www.mobilewikiserver.com/Fraction.html >> >> >> On 24-May-09, at 5:19 PM, Germán Arduino wrote: >> >>> Congrats by the new iPhone app. >>> >>> Could send some screenshots to the list? >>> >>> Cheers. >>> >>> 2009/5/24 John McIntosh <[hidden email]>: >>>> >> >> -- >> = >> = >> = >> = >> = >> = >> ===================================================================== >> John M. McIntosh <[hidden email]> Twitter: >> squeaker68882 >> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com >> = >> = >> = >> = >> = >> = >> ===================================================================== >> >> >> >> >> >> -- = = = ======================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== |
In reply to this post by johnmci
John McIntosh wrote:
> Ok, a week later I'm 5 versions in and much closer to shipping however > I think I need > just a few more beta testers for Fraction to ensure I've not done some > thing silly. I'm not betatesting, though I do have an iPhone, anyway, in the text of http://www.mobilewikiserver.com/Fraction.html you talk about the / key, but in the screenshot I only see the 1/1 key, which I guess is the same. Either the doc or the key (or maybe just the screenshot) need to be changed, I guess. richie PD: how did you manage to get Apple to authorize a VM for apple store? It's expressly forbidden in the EULA, isn't it? |
On 28-May-09, at 7:47 AM, Gerardo Richarte wrote: > PD: how did you manage to get Apple to authorize a VM for apple store? > It's expressly forbidden in the EULA, isn't it? nope -- = = = ======================================================================== John M. McIntosh <[hidden email]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ======================================================================== |
On 28.05.2009, at 09:41, John M McIntosh wrote:
> On 28-May-09, at 7:47 AM, Gerardo Richarte wrote: > >> PD: how did you manage to get Apple to authorize a VM for apple >> store? >> It's expressly forbidden in the EULA, isn't it? > > nope What's not allowed is a "generic" interpreter that you could use to deploy apps independent of the app store. But writing "sealed" apps in Squeak is no problem. - Bert - |
Bert Freudenberg wrote:
>>> PD: how did you manage to get Apple to authorize a VM for apple store? >>> It's expressly forbidden in the EULA, isn't it? >> nope > > What's not allowed is a "generic" interpreter that you could use to > deploy apps independent of the app store. But writing "sealed" apps in > Squeak is no problem. Thanks for the clarification, now I do understand. richie |
In reply to this post by johnmci
This squeak app went live in the iTunes app store at 6:07pm PST June 3rd, the typical 7 day app review cycle.
http://www.mobilewikiserver.com/Fraction.html
On Sat, May 16, 2009 at 11:35 PM, John M McIntosh <[hidden email]> wrote: I've built a fractions calculator for the iPhone and need a few folks to really test it. (confirm it's sane). =========================================================================== John M. McIntosh <[hidden email]> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== |
Free forum by Nabble | Edit this page |