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