#beeflang #compiler #language

Brian Fiete 7a27ab75bf Fixed stack overflow, optimized DetectLoops há 5 anos atrás
BeefBoot 7a27ab75bf Fixed stack overflow, optimized DetectLoops há 5 anos atrás
BeefBuild 67ee302451 Fixes from macOS, first working build há 5 anos atrás
BeefLibs c9e0ab6089 Added changes to support CompilerExplorer há 5 anos atrás
BeefLink 3eeeaf647e Changing target platform há 5 anos atrás
BeefRT 7a27ab75bf Fixed stack overflow, optimized DetectLoops há 5 anos atrás
BeefTools 67ee302451 Fixes from macOS, first working build há 5 anos atrás
BeefySysLib 57396b9abb Auto stash before merge of "master" and "origin/master" há 5 anos atrás
Debugger32 f4c252048e Fixed build paths, added comparison warnings, other misc fixes há 5 anos atrás
Debugger64 f4c252048e Fixed build paths, added comparison warnings, other misc fixes há 5 anos atrás
IDE e2428a11a3 Avoid showing line number when its not relevant há 5 anos atrás
IDEHelper 7a27ab75bf Fixed stack overflow, optimized DetectLoops há 5 anos atrás
bin 67ee302451 Fixes from macOS, first working build há 5 anos atrás
builds a367b8165f Win32 debugging fixes, more work on custom compile commands há 6 anos atrás
extern 57396b9abb Auto stash before merge of "master" and "origin/master" há 5 anos atrás
.DS_Store 57396b9abb Auto stash before merge of "master" and "origin/master" há 5 anos atrás
.gitignore cb84684517 Ignore changes há 5 anos atrás
Beef.sln 7189c89f45 Removing debug spam há 5 anos atrás
CMakeLists.txt 078564ac9e Initial checkin há 6 anos atrás
LICENSE.TXT 55f3bdfa54 Added license and readme há 5 anos atrás
README.md 2c354c9bf3 Update README.md há 5 anos atrás
qthelper.py 078564ac9e Initial checkin há 6 anos atrás
readme.txt 55f3bdfa54 Added license and readme há 5 anos atrás

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.