#beeflang #compiler #language

Brian Fiete 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 5 rokov pred
BeefBoot 3883a3674d Added Android support, and generalized target triple support 5 rokov pred
BeefBuild 83004c1184 Options clearing fix, BeefBuild path fix 5 rokov pred
BeefLibs 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 5 rokov pred
BeefLink 3eeeaf647e Changing target platform 5 rokov pred
BeefRT 9c9bfdc6d4 GC marking in addr order for cache, improved reporting 5 rokov pred
BeefTools 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 5 rokov pred
BeefySysLib 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 5 rokov pred
Debugger32 f4c252048e Fixed build paths, added comparison warnings, other misc fixes 5 rokov pred
Debugger64 f4c252048e Fixed build paths, added comparison warnings, other misc fixes 5 rokov pred
IDE 83004c1184 Options clearing fix, BeefBuild path fix 5 rokov pred
IDEHelper 098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 5 rokov pred
bin 61b440ea36 Adding new test suite 5 rokov pred
builds a367b8165f Win32 debugging fixes, more work on custom compile commands 6 rokov pred
extern 9f3fded709 Apple fixes 5 rokov pred
.gitignore 9197c60964 Ignores fixes 5 rokov pred
Beef.sln 7189c89f45 Removing debug spam 5 rokov pred
CMakeLists.txt 078564ac9e Initial checkin 6 rokov pred
LICENSE.TXT 55f3bdfa54 Added license and readme 5 rokov pred
README.md 2c354c9bf3 Update README.md 5 rokov pred
qthelper.py 078564ac9e Initial checkin 6 rokov pred
readme.txt 55f3bdfa54 Added license and readme 5 rokov pred

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.