Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

PureBasic 6.02 LTS Multilingual (x86 / x64, Win / macOS / Linux / Raspberry Pi OS)

Posted By: Artist14
PureBasic 6.02 LTS Multilingual (x86 / x64, Win / macOS / Linux / Raspberry Pi OS)

PureBasic 6.02 LTS Multilingual (x86 / x64, Win / macOS / Linux / Raspberry Pi OS) | 376 MB
Languages: English, Deutsch, Español, Français

PureBasic is a modern Basic programming language. The key features of PureBasic are portability (Windows, Linux, macOS and Raspberry supported with the same source code), the production of very fast and optimized native 32-bit or 64-bit executables and, of course, the very simple Basic language syntax. PureBasic has been created for the beginner and expert alike. We have put a lot of effort into its conception to produce a fast, reliable system and friendly Basic compiler.

Despite its beginner-friendly syntax, the possibilities are endless with PureBasic's advanced features such as pointers, structures, procedures, dynamically linked lists and much more. Experienced coders will have no problem gaining access to any of the legal OS structures or API objects and PureBasic even allows inline assembly.

MODERN
State of the art built-in commandset to quickly build any application or game. IDE includes sophisticated debugger, profiler, form designer and lightning fast compilation.

EASY
Using PureBasic is no brainer: you install the program, run the IDE and start developing your application. Generates small 32-bit or 64-bit executables similar to C/C++ programs without DLL dependencies.

PORTABLE
Available on Windows, macOS, Linux and Raspberry. The source code is compatiable across these platforms and the generated programs use native API to have maximum performance and integration.

FEATURES
  • Huge set of internal commands (1600+) to quickly and easily build applications or games
  • Windows (x86 - x64), Linux (x86 - x64), macOS (x64, M1-M2) and Raspberry (arm32, arm64) support
  • Basic programming language based keywords
  • Very fast Basic compiler which creates highly optimized executables
  • No external DLLs, runtime interpreter or anything else required when creating executables
  • Procedure and structure support for advanced programming
  • Full unicode support
  • Built-in containers like array, list and map
  • Strong types, strong syntax to avoid programming mistakes
  • Namespace support for easy code reuse
  • Access to full OS API for advanced programmers
  • Easy but very fast 2D game support through dedicated libraries (DirectX, OpenGL)
  • Easy and high quality 3D support based on OGRE
  • Optimal use of the available hardware by using highly optimized (assembly) commands
  • Source code is portable between Windows, macOS, Linux and Raspberry
  • Dedicated editor and development environment
  • Powerful integrated debugger and profiler to easily trace and analyze code

What's new in PureBasic 6.02 LTS
  • Added: HttpTimeout() to set a connection and a global timeout for Http commands.
  • Added: GTK3 IDE build for Linux for testing (purebasic_gtk3).
  • Added: ReAssembly (–reasm) support for OS X and Linux.
  • Updated: libarchive to 3.6.2 - Updated: lib7z to 22.01
  • Removed: EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. The correct way is now to use the '!' sign at the line start to use directly C code.