PB written by which language?

Everything else that doesn't fall into one of the other PB categories.
User avatar
skywalk
Addict
Addict
Posts: 4318
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PB written by which language?

Post by skywalk »

Srod wrote:
The compiler itself I believe is written in C and compiled with VS etc. The user-libs are written in a combination of C and ASM. The IDE is written in PB.

Fred wrote:
srod is completely right (damn !).


C'mon! Has anyone seen these two in the same room at the same time?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: PB written by which language?

Post by srod »

skywalk wrote:Srod wrote:
The compiler itself I believe is written in C and compiled with VS etc. The user-libs are written in a combination of C and ASM. The IDE is written in PB.

Fred wrote:
srod is completely right (damn !).


C'mon! Has anyone seen these two in the same room at the same time?
lol.

:lol:

Damn, my/our secret is out!

But what you didn't know is that Sparkie = Freak, Netmaestro = Rings, Trond = Bericko, Fangbeast = complete arse... no wait, the last one is no secret! :twisted:

Now then, consider the following immutable facts :
  1. Fred = expert in C, asm, c++, ...
    srod = jibbering idiot in C, asm, c++,...
  2. Fred = cultured wine drinker...
    srod = rampant beer monster not fit for decent society!
Need any more convincing? :)
I may look like a mule, but I'm not a complete ass.
User avatar
flaith
Enthusiast
Enthusiast
Posts: 704
Joined: Mon Apr 25, 2005 9:28 pm
Location: $300:20 58 FC 60 - Rennes
Contact:

Re: PB written by which language?

Post by flaith »

srod wrote:...But what you didn't know is that Sparkie = Freak, Netmaestro = Rings, Trond = Bericko, Fangbeast = complete arse... no wait, the last one is no secret! :twisted: ....
:shock: :) :D :lol:
“Fear is a reaction. Courage is a decision.” - WC
Fred
Administrator
Administrator
Posts: 18553
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB written by which language?

Post by Fred »

:lol:
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6175
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PB written by which language?

Post by blueznl »

Hey, go easy on fanglez, bad youth, bad teeth, bad habits, bad taste... bad choice in programming buddies :-) but hey, he cannot help it, the hamsters made him do it!
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: PB written by which language?

Post by Foz »

blueznl wrote:Hey, go easy on fanglez, bad youth, bad teeth, bad habits, bad taste... bad choice in programming buddies :-) but hey, he cannot help it, the hamsters made him do it!
Good choice of language though!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6175
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PB written by which language?

Post by blueznl »

Yeah, at least we all have something going for us 8)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Re: PB written by which language?

Post by utopiomania »

This reminds me of me in the Burnsville Shopping Center in MN, USA. I was smoking a real nasty Norwegian smoke, studying three yellow boxes from the same compiler factory,. wondering what to buy? (And wondering why people was looking at me that way) Basic, C, or Pascal?

On the back of the C box, they said they used C to write their Basic and Pascal compilers, so I bought the C compiler, and
regretted it from day one.

Later, I bought the Basic compiler and has lived happy ever since with the Basic language. And if you wonder why they stared at me? Because the whole mall was a no-smoking area.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: PB written by which language?

Post by Num3 »

utopiomania wrote:... And if you wonder why they stared at me? Because the whole mall was a no-smoking area.
PRICELESS :mrgreen: :mrgreen: :mrgreen:
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: PB written by which language?

Post by Rook Zimbabwe »

I am actually srod's evil twin! (on alternate thursdays with Kwai Chang)-- You didn't mention that one!!! :twisted:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: PB written by which language?

Post by srod »

:?: :?:
I may look like a mule, but I'm not a complete ass.
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: PB written by which language?

Post by Foz »

hostonmark wrote:PB is written in procedure oriented languages only.
That statement is a resounding #False.
hostonmark wrote:So C is the best among all Procedure Oriented languages
"best" is an ambiguous term. If you mean the leanest and the fastest, then no, that crown belongs to Assembly Language and it always will.
If you mean that it's the fastest to code in, well, in my opinion, PureBasic is the fastest language to code in.
hostonmark wrote:So it is written in C language.
A minor #False. Try a mixture of (mostly) C, and (a little bit) of raw Assembly Language and you have the correct answer. At least I think there is still some minority code written in ASM.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4801
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PB written by which language?

Post by Fangbeast »

Fangbeast = complete arse... no wait, the last one is no secret! :twisted:
Leave my arse out of it you pervert, it's shy!!
srod = rampant beer monster not fit for decent society!
Not to forget...car crashing, sheep rotating, cat felching, hamster lover (un-natural love with feathers and dingo endings) and he loves his pile of festering, steaming underpants too much to see straight!!!!
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4801
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PB written by which language?

Post by Fangbeast »

blueznl wrote:Hey, go easy on fanglez, bad youth, bad teeth, bad habits, bad taste... bad choice in programming buddies :-) but hey, he cannot help it, the hamsters made him do it!
Bastard!! I thought you told me when the cheque arrived that you wouldn't reveal OUR secrets??? Guess I can't trust the dutch when they are paid.

Blueznl, I didn't want to do this but I guess I have to reveal the photos that srod gave me of that time you and he had that chook party at fred's place!!! Feathers flying everywhere and traumatised chickens running screaming from the coop!!! The bill from the chicken psychologist was horrondeous. I am still selling srod's indecently perverted carcass on the street every day just to pay it!!
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Thorium
Addict
Addict
Posts: 1314
Joined: Sat Aug 15, 2009 6:59 pm

Re: PB written by which language?

Post by Thorium »

smithdwsn wrote:It is written in C complier so first of all, it is very secure so dont worry about PB. Because C is strongest, robust and secure language. With the help of ASM. So it works nice and better.
:?
Just because something is written in C don't makes it secure. Actualy C lets you do very unsecure stuff. ^^
Post Reply