Pure "Basic" holding back potential customers?

For everything that's not in any way related to PureBasic. General chat etc...
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Pure "Basic" holding back potential customers?

Post by rsts »

skywalk wrote:Don't change the name...change the spelling.

From PureBasic

To PurebasiC
:)
How does that change the spelling? Capitalization maybe, but spelling?

cheers
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: Pure "Basic" holding back potential customers?

Post by Foz »

From PB to PC.

I dislike being Politically Correct. :wink:
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Pure "Basic" holding back potential customers?

Post by Kaeru Gaman »

Kuron wrote:You have some artistic talent.
thank you. :D
oh... and have a nice day.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Pure "Basic" holding back potential customers?

Post by Kuron »

That is a rare trait for programmers :wink:
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Pure "Basic" holding back potential customers?

Post by skywalk »

@rsts...
You got me...but is this a programmer's forum?

Code: Select all

If Asc("C") = Asc("c")
  Debug "hooray for rsts"
Else
  Debug "cheers"
EndIf
I really like the suggested C dump of PureBasiC code. :)
Last edited by skywalk on Tue Jul 08, 2014 12:33 am, edited 1 time in total.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: Pure "Basic" holding back potential customers?

Post by rsts »

skywalk wrote:@rsts...
You got me...but is this a programmer's forum?

Code: Select all

If Asc("C") = Asc("c")
  Debug "hooray for rsts"
Else
  Debug "cheers"
EndIf
I really like the suggested C dump of PureBasiC code. :)

-Steve
As I said - spelling no, capitalization yes :D

Code: Select all

If ucase("PureBasic")  = Ucase("PurebasiC") and lcase("PureBasic")  = lcase("PurebasiC") 
  Debug "hooray for rsts"
Else
  Debug "cheers"
EndIf
cheers
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: Pure "Basic" holding back potential customers?

Post by Rook Zimbabwe »

even I think this is just far too silly! :twisted:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
jamba
Enthusiast
Enthusiast
Posts: 144
Joined: Fri Jan 15, 2010 2:03 pm
Location: Triad, NC
Contact:

Re: Pure "Basic" holding back potential customers?

Post by jamba »

you guys are silly...

I like Basic just fine. C most certainly has it's place, and I still use it sometimes, but I MUCH prefer Basic.

While being new to PureBasic, I am finding I would rather use it than the other basics I have messed around with (VB6 which I used predominantly in the past, VB.NET , Mono and Gambas, as they are similar also).

PureBasic is faster, and I just really like the layout and how everything works. Not to mention the community here is top shelf :D

any Basic dialect carries a kind of stigmata, but that's just how it goes. I don't feel bad about it!
(I do feel bad for anyone who uses C !)
-Jon

Fedora user
But I work with Win7
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: Pure "Basic" holding back potential customers?

Post by Seymour Clufley »

You should google "stigmata".
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Pure "Basic" holding back potential customers?

Post by Kaeru Gaman »

it's ok, he just should use the singular "stigma" if he doesn't mean the clerical term...
oh... and have a nice day.
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: Pure "Basic" holding back potential customers?

Post by Thorium »

jamba wrote:I do feel bad for anyone who uses C !
Finaly someone feels bad about me. I must use C on iPhone and i hate it, i realy do. It's ugly and bloated.
All those brackets and semicolon's. Its if they are to lazy to write a good parser. It's just annoying and would be not necessary as you can see in no basic you have to deal with that much brackets. And never forget one or you get tons of error messages because it's corrupting all the following commands. XCode isn't smart enough to just show you the first syntax error that causes the problem.

Realy the more i use it, the more i hate it and the more i feel that the devs of C and XCode are just lazy b... :evil:

Just call a Basic... Basic.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Re: Pure "Basic" holding back potential customers?

Post by milan1612 »

@Thorium
C may have some drawbacks like allowing you to shoot yourself in the foot way
too easy or its tedious string handling - but if C has one positive aspect
(aside from being portable to whatever architecture out there), then that
it's not bloated :wink:

Besides, one gets used to all the brackets and semicolons pretty fast...
Windows 7 & PureBasic 4.4
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Pure "Basic" holding back potential customers?

Post by the.weavster »

Thorium wrote:Finaly someone feels bad about me. I must use C on iPhone and i hate it, i realy do.
I don't know if it's any help to you but you can program the iPhone with Lua: http://developer.anscamobile.com/ (and no it doesn't need to be jailbroken).

I don't know how good or complete it is I just found it by accident when researching Lua but it claims to have some apps in the app store already.
Thorium
Addict
Addict
Posts: 1305
Joined: Sat Aug 15, 2009 6:59 pm

Re: Pure "Basic" holding back potential customers?

Post by Thorium »

milan1612 wrote:then that
it's not bloated :wink:
I mean the source code gets bloated not the resulting executable. For example every API introduces it's own datatypes which are just the basic c datatypes with other names. That does not make any sense to me and just makes the source look more complicated than it is. For example on OpenGL you use "GLFloat" for floats but it's just the same as "float" you can just write "float" instead of "GLFloat". Maybe that should improve readability but it just don't. And there are tons of such things.
User avatar
StPaul
User
User
Posts: 20
Joined: Fri Jan 08, 2010 2:30 am
Location: Oregon USA
Contact:

Re: Pure "Basic" holding back potential customers?

Post by StPaul »

I think yes and no. Granted some do see "Basic" as inherently slow etc... language.

But, other people see Basic as a language with the readability that appeals to many folks who program ocassionally. I knew I was looking for some form of basic and that is how I found PB. But I was amazed when learned more about it.

It would seem the real issue is to create greater awareness, and not just in the game programming world. This product is neat. And the user community is very positive.
[img]StPaul.jpg/img]
Post Reply