|
před 5 roky | |
---|---|---|
BeefBoot | před 5 roky | |
BeefBuild | před 5 roky | |
BeefLibs | před 5 roky | |
BeefLink | před 5 roky | |
BeefRT | před 5 roky | |
BeefTools | před 5 roky | |
BeefySysLib | před 5 roky | |
Debugger32 | před 5 roky | |
Debugger64 | před 5 roky | |
IDE | před 5 roky | |
IDEHelper | před 5 roky | |
bin | před 5 roky | |
builds | před 5 roky | |
extern | před 5 roky | |
.gitignore | před 5 roky | |
Beef.sln | před 5 roky | |
CMakeLists.txt | před 6 roky | |
LICENSE.TXT | před 5 roky | |
LICENSES.TXT | před 5 roky | |
README.md | před 5 roky | |
qthelper.py | před 6 roky | |
readme.txt | před 5 roky |
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.