PureBasic on Larkware.com
Posted: Fri Nov 04, 2005 11:19 pm
If you're not familiar with www.larkware.com I recommend it as a great site to get tech news in general and programming news in particular.
It occurred to me to try to see if they had ever covered PB.
So I searched in Google. (by the way you can tell Google to search for a word(s) in only one web site by using the syntax:
For example to search for any mention of purebasic on larkware.com you can type:
Anyway, they have not covered it and I think it might be good for PB's exposure to do so.
So the question to all of you is: If you have a short blurb to put out about PB, what do you think is essential?
I'll start it off by using what I was going to originally use, wikipedia's listing:
Thanks
It occurred to me to try to see if they had ever covered PB.
So I searched in Google. (by the way you can tell Google to search for a word(s) in only one web site by using the syntax:
Code: Select all
searchword(s) site: somesite.comCode: Select all
Purebasic site:larkware.comSo the question to all of you is: If you have a short blurb to put out about PB, what do you think is essential?
I'll start it off by using what I was going to originally use, wikipedia's listing:
What corrections to the above text should I make? What about additions?
PureBasic is a dialect of the BASIC programming language. It has a limited command set, but compiles directly to assembler (IA-32) and generates very small executables. It can compile for Microsoft Windows, Linux, Mac OS X and AmigaOS from the same source file with some tweaking. It is actively developed by the French company Fantaisie Software.
It is possible to add assembler commands within the Basic source code while using the variables declared in another Basic source file. The programmer has the possibility to optimize the time critical parts of this code easily. As the bit width of 80386 and later processors is 32-bit and it has all the basic operations for dealing directly with 32-bit values the microprocessor can be used like a programmable calculator and therefore unique game programs can be written.
Thanks