Page 1 of 5

purebasic vs. freebasic

Posted: Sat Mar 29, 2008 10:41 am
by sampb
Hi all,

My friend asked me that both basic are similar.
Why purebasic is preferable?

Thanks in advance
:)

Posted: Sat Mar 29, 2008 10:50 am
by Derek
Do you have a link to this fastbasic so that comparisons can be made, I for one haven't used it, don't need to as PureBasic is great, gets updated regularly and has a great forum with some brilliant and helpful coders on it.

Re: purebasic vs. fastbasic

Posted: Sat Mar 29, 2008 10:51 am
by Berikco
sampb wrote:Hi all,

My friend asked me that both basic are similar.
Why purebasic is preferable?

Thanks in advance
:)

PureBasic is preferable because that make me rich $$$ :p

Re: purebasic vs. fastbasic

Posted: Sat Mar 29, 2008 11:32 am
by Num3
Berikco wrote:
sampb wrote:Hi all,

My friend asked me that both basic are similar.
Why purebasic is preferable?

Thanks in advance
:)

PureBasic is preferable because that make me rich $$$ :p
Priceless :mrgreen: :mrgreen: :mrgreen: :mrgreen:

Posted: Sat Mar 29, 2008 11:35 am
by Kaeru Gaman
no two basic dialects are really similar. there will be always some differences.

I don't know "fastbasic"...

Posted: Sat Mar 29, 2008 2:47 pm
by blueb
Do you mean FreeBasic? :?:

--blueb

Posted: Sat Mar 29, 2008 5:24 pm
by sampb
Yeah, it is freebasic.

Posted: Sun Mar 30, 2008 2:44 am
by sampb
@Derek:
Do you have a link to this fastbasic so that comparisons can be made, I for one haven't used it, don't need to as PureBasic is great, gets updated regularly and has a great forum with some brilliant and helpful coders on it.
Freebasic also has regular update.

@Berikco:
PureBasic is preferable because that make me rich $$$ :p
I haven't make any money with purebasic.

Any other advantages of using purebasic over freebasic?

Posted: Sun Mar 30, 2008 2:55 am
by jack
I like the way FB handles pointers, like C, also Functions (Procedures) can return UTD's (Structures) plus it has operator and function overloading, very handy.

Posted: Sun Mar 30, 2008 4:06 am
by sampb
So jack, you like (FB) freebasic more?

How about other users?

(How could I persuade my friend to use purebasic?)

Posted: Sun Mar 30, 2008 4:13 am
by Fluid Byte
Dude, simply test it. No comparison chart or user opinon will ever be as precise as actually testing the language yourself. It's pointless to ask for pro or contra arguments for a specfic BASIC dialect on forum aimed at a completely different language. PB users will say that PB is better and FB users will say FB is better.

Posted: Sun Mar 30, 2008 7:59 am
by Heathen
The only thing I don't like is the syntax of freebasic, other than that, it seems to be a great language, probably better than PB in terms of features and functionality.

Posted: Sun Mar 30, 2008 11:17 am
by Derek
Heathen wrote:The only thing I don't like is the syntax of freebasic, other than that, it seems to be a great language, probably better than PB in terms of features and functionality.
Traitor. :evil:

Seriously though, it doesn't look that bad features wise, there are a few things that PB could do with that are already implemented in FB.

But I think I'll stick with PB. :D

Posted: Sun Mar 30, 2008 11:48 am
by moogle
Heathen wrote:The only thing I don't like is the syntax of freebasic, other than that, it seems to be a great language, probably better than PB in terms of features and functionality.
Same, I like the PHP escaping way and the commenting. If only PureBasic had this :D

ie

PrintN(""Hello"")

Would print "Hello" with those quotation marks.
Instead of having to go Chr() whatever the number it is for that. If PureBasic had the same functions as php that would be cool.

Like instead of MD5(*Buffer, Len) we have MD5($String)
explode(), implode()

etc. But we still love purebasic.

Posted: Sun Mar 30, 2008 12:10 pm
by pdwyer
wonder if you could do that with a macro...