Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 752 Bytes

File metadata and controls

11 lines (8 loc) · 752 Bytes

Bassil July 2025 (version 1.0.0 in development)

The next big language. Basl: Is a modern, mid-level interpreted/compiled programming language designed for efficiency and readability. Featuring robust lexical analysis, error handling, and cross-platform support for Windows and Linux. Basl offers a balance between low-level control and high-level abstraction, making it ideal for system programming, web development, and more.

Upcoming features

  • Interpreted and support for compilation to executables through temporary translation to C
  • Object oriented programming
  • Expandable open-source standard library
  • Built in web socket and https management though C++ boost abstraction
  • Support for easy creating and using community made libraries