FractionCalc 1.0

Developed or developing a new product in PureBasic? Tell the world about it.
Snocrash
New User
New User
Posts: 4
Joined: Wed Feb 20, 2013 11:33 pm

FractionCalc 1.0

Post by Snocrash »

I created a simple fraction calculator if anyone is interested. You can download the code here:

https://bitbucket.org/brianotto/fractioncalc (Apache 2.0 License)

My background has been with PHP / MySQL / SVN for the last 13 years, with a bit of C and C# in hobby projects over the years. This app was really just an exercise to start learning Mercurial, and to try out PureBasic. I've been looking for a new language to learn in my spare time, and PureBasic has turned out to be quite nice to work with. The Form Designer has a few quirks, but otherwise it's been great!

I love that it's a native compiler that supports so many operating systems, produces optimized code and tiny executable sizes, and it's been so easy to pick up the syntax too. Also, looking around these forums, it looks like you guys have a great community around here! Lots of people helping each other, and some great code has been posted. Anyway, been a pleasure so far, and it looks like I will be sticking with it and trying out some more complex projects soon.

Cheers!

EDIT: I added the screenshot below ...

Image
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: FractionCalc 1.0

Post by rsts »

Interesting.

Site comments say it's written in PowerBASIC though :(

cheers
jassing
Addict
Addict
Posts: 1774
Joined: Wed Feb 17, 2010 12:00 am

Re: FractionCalc 1.0

Post by jassing »

rsts wrote:Site comments say it's written in PowerBASIC though :(
Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.
Snocrash
New User
New User
Posts: 4
Joined: Wed Feb 20, 2013 11:33 pm

Re: FractionCalc 1.0

Post by Snocrash »

jassing wrote:Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.
Yea, that's correct. It was the closest option they had. The source code is written in PureBasic.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: FractionCalc 1.0

Post by rsts »

Yes, I knew it was PureBasic.

It's a shame, power gets the credit.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: FractionCalc 1.0

Post by Kwai chang caine »

Nice !!! :D
Thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: FractionCalc 1.0

Post by djes »

Nice, simple and powerful interface ! Welcome :)
Pureabc
User
User
Posts: 76
Joined: Mon Jan 16, 2006 1:11 am

Re: FractionCalc 1.0

Post by Pureabc »

Very Nice
Simple and good interface !
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: FractionCalc 1.0

Post by davido »

Very nice design.
Thank you for sharing. :D
DE AA EB
User avatar
Demivec
Addict
Addict
Posts: 4091
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: FractionCalc 1.0

Post by Demivec »

Snocrash wrote:
jassing wrote:Might be a 'combo box' choice that was the closest thing.
In the description & the source code - it's purebasic.
Yea, that's correct. It was the closest option they had. The source code is written in PureBasic.
They now have PureBasic added as an option. :)
Snocrash
New User
New User
Posts: 4
Joined: Wed Feb 20, 2013 11:33 pm

Re: FractionCalc 1.0

Post by Snocrash »

Demivec wrote:They now have PureBasic added as an option. :)
Awesome, thanks for the update! I have changed the project's Language to Pure Basic now.

... and thanks everyone for the nice comments :)
Post Reply