purebasic vs. freebasic

Everything else that doesn't fall into one of the other PB categories.
sampb
User
User
Posts: 51
Joined: Tue Feb 12, 2008 8:08 am

purebasic vs. freebasic

Post by sampb »

Hi all,

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

Thanks in advance
:)
Last edited by sampb on Sun Mar 30, 2008 2:39 am, edited 1 time in total.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Re: purebasic vs. fastbasic

Post 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
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: purebasic vs. fastbasic

Post 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:
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

no two basic dialects are really similar. there will be always some differences.

I don't know "fastbasic"...
oh... and have a nice day.
User avatar
blueb
Addict
Addict
Posts: 1111
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post by blueb »

Do you mean FreeBasic? :?:

--blueb
- It was too lonely at the top.

System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
sampb
User
User
Posts: 51
Joined: Tue Feb 12, 2008 8:08 am

Post by sampb »

Yeah, it is freebasic.
sampb
User
User
Posts: 51
Joined: Tue Feb 12, 2008 8:08 am

Post 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?
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post 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.
sampb
User
User
Posts: 51
Joined: Tue Feb 12, 2008 8:08 am

Post by sampb »

So jack, you like (FB) freebasic more?

How about other users?

(How could I persuade my friend to use purebasic?)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post 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.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post 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.
I love Purebasic.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post 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
moogle
Enthusiast
Enthusiast
Posts: 372
Joined: Tue Feb 14, 2006 9:27 pm
Location: London, UK

Post 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.
Image
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

wonder if you could do that with a macro...
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Post Reply