Search found 161 matches
- Sun Jul 01, 2012 11:07 am
- Forum: General Discussion
- Topic: The PureBasic Doomsday Quotes
- Replies: 76
- Views: 43744
Re: The PureBasic Doomsday Quotes
Which libraries? If you're referring to C do you know that d has access to all the standard c library built in to Phobos. Phobos is extremely well rounded and other libraries exist on dsource.org
I am referring to the fact that just about every source library in existence is available in C. If ...
- Sat Jun 30, 2012 10:12 am
- Forum: General Discussion
- Topic: The PureBasic Doomsday Quotes
- Replies: 76
- Views: 43744
Re: The PureBasic Doomsday Quotes
 Recently Ive started to use D which is much more modern and shock, horror, cross platform. ;) 
...and lacking in libraries, compared to C(x).
 
Which libraries? If you're referring to C do you know that d has access to all the standard c library built in to Phobos. Phobos is extremely well ...
					...and lacking in libraries, compared to C(x).
Which libraries? If you're referring to C do you know that d has access to all the standard c library built in to Phobos. Phobos is extremely well ...
- Fri Jun 29, 2012 12:06 am
- Forum: General Discussion
- Topic: The PureBasic Doomsday Quotes
- Replies: 76
- Views: 43744
Re: The PureBasic Doomsday Quotes
Lol, I didn't have the heart to tell him seeing as he is an old uber asm coder lol!xorc1zt wrote:@BorisTheOld
pb has no oop

- Thu Jun 28, 2012 11:58 pm
- Forum: General Discussion
- Topic: The PureBasic Doomsday Quotes
- Replies: 76
- Views: 43744
Re: The PureBasic Doomsday Quotes
 Mmmmm! I never thought of 1,000,000++ lines of code as small. Maybe I'd better rethink my decision to convert all our systems to PB. 
And I bet it's a mess with loooong obfusticated function names, etc...
Confirms my saying that only old men and hobbiests use pb!
Recently Ive started to use D ...
					And I bet it's a mess with loooong obfusticated function names, etc...
Confirms my saying that only old men and hobbiests use pb!
Recently Ive started to use D ...
- Wed Apr 04, 2012 11:45 pm
- Forum: General Discussion
- Topic: What is a Packer (good) for?
- Replies: 25
- Views: 6034
Re: What is a Packer (good) for?
http://en.wikipedia.org/wiki/Executable_compression
I post on here backing kuron up because he's obviously more experienced and is right! Compressed exes are slower because they need to be uncompressed first.
					I post on here backing kuron up because he's obviously more experienced and is right! Compressed exes are slower because they need to be uncompressed first.
- Tue Apr 03, 2012 11:31 pm
- Forum: Off Topic
- Topic: Go language
- Replies: 11
- Views: 3990
Re: Go language
I tried go but the lack of parenthesis put me off the syntax. I prefer the D language instead.USCode wrote:Has anyone spent some time experimenting with the Google Go Programming Language: http://golang.org/ ?
It recently officially went to version 1.
- Tue Apr 03, 2012 11:27 pm
- Forum: General Discussion
- Topic: What is a Packer (good) for?
- Replies: 25
- Views: 6034
Re: What is a Packer (good) for?
Compressed exes are slower to load purely because of the extra step of uncompressing them when executing!
Plus compressors are useless today to save a few K and they always trigger anti virus apps, so why bother?
					Plus compressors are useless today to save a few K and they always trigger anti virus apps, so why bother?
- Tue Apr 03, 2012 11:22 pm
- Forum: General Discussion
- Topic: Organizing Variable Scope (also, a Map/Linked List Question)
- Replies: 14
- Views: 2702
Re: Organizing Variable Scope (also, a Map/Linked List Quest
 Sorry I really couldn't think of a better title that would get my point across and look interesting enough for people to click 8) 
I know I have asked how people lay out their programs in the past, but I ran into a problem that is bugging me and I wanted to see how others would handle it.
I guess ...
					I know I have asked how people lay out their programs in the past, but I ran into a problem that is bugging me and I wanted to see how others would handle it.
I guess ...
- Sat Mar 10, 2012 12:46 pm
- Forum: General Discussion
- Topic: We move to c++ :(
- Replies: 39
- Views: 13213
Re: We move to c++ :(
 ding! 
Gratz! You've just leveled up! :)
It's a good sign for your personal career and future. Good luck and welcome to the new world of boundless possibilities! ;)
Exactly!
Surely no one uses just one language for every project - do they ?
People who use BASIC do tend to try and use it for ...
					Gratz! You've just leveled up! :)
It's a good sign for your personal career and future. Good luck and welcome to the new world of boundless possibilities! ;)
Exactly!
Surely no one uses just one language for every project - do they ?
People who use BASIC do tend to try and use it for ...
- Thu Mar 01, 2012 12:08 am
- Forum: Off Topic
- Topic: Why not make PureBasic Open Source ?
- Replies: 91
- Views: 25889
Re: Why not make PureBasic Open Source ?
 Yes, SQLite is suffering wildly from their OpenSource decision. :wink: 
Good grief...I only asked about the IDE and VD?
FWIW, I was only responding to the OP's question (Why not make PureBasic Open Source ?) and to Blood's vision that giving code for free to your competitors is the whole point of ...
					Good grief...I only asked about the IDE and VD?
FWIW, I was only responding to the OP's question (Why not make PureBasic Open Source ?) and to Blood's vision that giving code for free to your competitors is the whole point of ...
- Wed Feb 29, 2012 12:03 am
- Forum: Off Topic
- Topic: Why not make PureBasic Open Source ?
- Replies: 91
- Views: 25889
Re: Why not make PureBasic Open Source ?
That's the whole point of open source!MachineCode wrote:The IDE was open-source for a while. Then some idiot used it to make an IDE for a competing BASIC. So, back to closed-source, and rightly so.skywalk wrote:I've never understood why the IDE, VD and Help Documentation are not Open Source?

- Tue Feb 28, 2012 11:58 pm
- Forum: Off Topic
- Topic: Basic for web apps?
- Replies: 15
- Views: 3583
Re: Basic for web apps?
 I love PureBasic, but I keep getting interested in web-based apps lately. Is there something like Basic for websites? You know, so a visitor goes to my website and runs an app or game that I've written, right in the browser? What's the closest thing to Basic to do this? Thanks. 
If you want to ...
					If you want to ...
- Sat Feb 18, 2012 12:08 pm
- Forum: General Discussion
- Topic: Technical Debt
- Replies: 10
- Views: 2356
Re: Technical Debt
Technical debt has nothing to do with a language but how maintenance and refactoring is done and the problems (usually time related) associated with it.RichAlgeni wrote: I'd say PureBasic's technical debt is very low, because of it's ease of use, rising some only because it is not very widespread.
- Mon Jan 02, 2012 10:28 pm
- Forum: Off Topic
- Topic: I think Freak needs to take a look at himself...
- Replies: 16
- Views: 7096
Re: I think Freak needs to take a look at himself...
Ego-centric? Where? And where do i ask for OOP?Tenaja wrote:Blood, you appear to be the perfect example of an ego-centric commenter. You want OOP (a VERY involved change), so rather than accept there are several reasonable work around, you continually ask for it.
- Mon Jan 02, 2012 5:55 pm
- Forum: Off Topic
- Topic: I think Freak needs to take a look at himself...
- Replies: 16
- Views: 7096
I think Freak needs to take a look at himself...
This post was answered because it was referenced in a new thread here: http://www.purebasic.fr/english/viewtopic.php?f=3&t=48748
As for cheap trolling it wasn't, it was mean as a light hearted nudge and wink that OOP would not even let that problem occur.
Reading your latest responses over the ...
					As for cheap trolling it wasn't, it was mean as a light hearted nudge and wink that OOP would not even let that problem occur.
Reading your latest responses over the ...