Category:PureBasic: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}{{implementation|BASIC}}'''PureBasic''' is an "high-level" programming language based on established "BASIC" rules. It is mostly compatible with any other "BASIC" compiler, whether it's for the Amiga or PC format. PureBasic has been created for beginners and experts alike.
{{implementation|BASIC}}'''PureBasic''' is an "high-level" programming language based on established "BASIC" rules. It is mostly compatible with any other "BASIC" compiler, whether it's for the Amiga or PC format. PureBasic has been created for beginners and experts alike.


PureBasic is a portable programming language which currently works on AmigaOS, Linux, MacOS X and Windows computer systems. This means that the same code can be compiled natively for the OS and use the full power of each.
PureBasic is a portable programming language which currently works on AmigaOS, Linux, MacOS X and Windows computer systems. This means that the same code can be compiled natively for the OS and use the full power of each.

Revision as of 15:11, 24 February 2010

PureBasic is an implementation of BASIC. Other implementations of BASIC.

PureBasic is an "high-level" programming language based on established "BASIC" rules. It is mostly compatible with any other "BASIC" compiler, whether it's for the Amiga or PC format. PureBasic has been created for beginners and experts alike.

PureBasic is a portable programming language which currently works on AmigaOS, Linux, MacOS X and Windows computer systems. This means that the same code can be compiled natively for the OS and use the full power of each.

PureBasic has constantly been developed by Fantaisie Software purebasic.com since 2001 and still is improving rapidly.


Features

  • x86, x64, 680x0 and PowerPC support
  • Built-in arrays, dynamic linked lists, complex structures, pointers and variable definitions
  • Supported types: Byte (8 bits), Word (16 bits), Long (32 bits), Quad (64 bits), Float (32 bits), Double (64 bits) and Characters
  • User defined types (structures)
  • Built-in string types (characters), including ascii and unicode
  • Powerful macro support
  • Constants, binary and hexadecimal numbers supported
  • Expression reducer by grouping constants and numeric numbers together
  • Standard arithmetic support in respect of sign priority and parenthesis: +, -, /, *, and, or, <<, >>
  • Extremely fast compilation
  • Procedure support for structured programming with local and global variables
  • All Standard BASIC keywords: If-Else-EndIf, Repeat-Until, etc
  • Specialized libraries to manipulate BMP pictures, windows, gadgets, DirectX, etc
  • Specialized libraries are very optimized for maximum speed and compactness
  • The Win32 API is fully supported as if they were BASIC keywords
  • Inline Assembler
  • Precompiled structures with constants files for extra-fast compilation
  • Configurable CLI compiler
  • Very high productivity, comprehensive keywords, online help
  • System friendly, easy to install and easy to use

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "PureBasic"

The following 200 pages are in this category, out of 709 total.

(previous page) (next page)
(previous page) (next page)