Emergence BASIC

From GDWiki

Jump to: navigation, search

[edit] General Information

Emergence BASIC (EBASIC) is a 32-bit BASIC compiler from Ionic Wind Software featuring an integrated development environment with syntax similar to the BASIC programming language.

Emergence BASIC creates small and fast Windows programs that support all 32-bit Windows versions. The environment is modular with new commands available separately using add-on command libraries. Advanced 2D games and graphics library, database library, and 3D DirectX 9 games and graphics library are included. Supports both procedural and Object Oriented Programming (OOP).

[edit] Language Features

  • BASIC like syntax.
  • Rich command set, over 400 built in commands.
  • Extensive operators and math functions.
  • Built in linked-list handling.
  • Easy window, dialog and control creation.
  • Inline assembler for optimizing code.
  • Text console support.
  • Advanced and easy pointer operators.
  • 'C' style pointer operations.
  • Built in music and sound commands.
  • Case insensitive keywords.
  • Graphics primitive operations for quick and simple drawings.
  • Text and graphics printer output support.
  • Web enabled application development with the integrated html browser control.
  • Simple common control commands and functions.
  • Quickly interfaces with the Windows API, C runtime libraries, and static code libraries.
  • Optional and default parameters for functions.
  • Supports indirect function calls.
  • ANSI compliant UDT and UNION types (structure).
  • STDCALL and CDECL function calling conventions supported.
  • OOP support.
  • Built in database support.
  • Built in 2D gaming commands.
  • DX9 3D engine included.
  • Built in Unicode support.
  • Built in COM support.
  • Built in Drag and Drop commands

[edit] External Links

Categories