#beeflang #compiler #language

Brian Fiete 94b385495a Adding third-party licenses před 5 roky
BeefBoot 3883a3674d Added Android support, and generalized target triple support před 5 roky
BeefBuild 83004c1184 Options clearing fix, BeefBuild path fix před 5 roky
BeefLibs dffde00a6a Enum fixes, small reflection fixes před 5 roky
BeefLink 3eeeaf647e Changing target platform před 5 roky
BeefRT 94b385495a Adding third-party licenses před 5 roky
BeefTools 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker před 5 roky
BeefySysLib dffde00a6a Enum fixes, small reflection fixes před 5 roky
Debugger32 f4c252048e Fixed build paths, added comparison warnings, other misc fixes před 5 roky
Debugger64 f4c252048e Fixed build paths, added comparison warnings, other misc fixes před 5 roky
IDE dffde00a6a Enum fixes, small reflection fixes před 5 roky
IDEHelper dffde00a6a Enum fixes, small reflection fixes před 5 roky
bin 61b440ea36 Adding new test suite před 5 roky
builds a367b8165f Win32 debugging fixes, more work on custom compile commands před 5 roky
extern 94b385495a Adding third-party licenses před 5 roky
.gitignore 9197c60964 Ignores fixes před 5 roky
Beef.sln 7189c89f45 Removing debug spam před 5 roky
CMakeLists.txt 078564ac9e Initial checkin před 6 roky
LICENSE.TXT 55f3bdfa54 Added license and readme před 5 roky
LICENSES.TXT 94b385495a Adding third-party licenses před 5 roky
README.md 2c354c9bf3 Update README.md před 5 roky
qthelper.py 078564ac9e Initial checkin před 6 roky
readme.txt 55f3bdfa54 Added license and readme před 5 roky

README.md

Beef Programming Language

Beef is an open source performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.

The Beef Development Tools include an IDE with a general-purpose debugger capable of debugging native applications written in any language.

The IDE supports productivity features such as autocomplete, fixits, reformatting, refactoring tools, type inspection, hot compilation, and a built-in profiler.

Beef allows for safely mixing different optimization levels on a per-type or per-method level, allowing for performance-critical code to be executed at maximum speed without affecting debuggability of the rest of the application.

Beef can detect memory leaks in real-time. As with most safety features in Beef, this can be turned off in Release builds for performance-critical applications.