1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef Programming Language
Find a file
2019-09-26 08:25:15 -07:00
BeefBoot CrashCatch test 2019-09-26 08:25:15 -07:00
BeefBuild Fixes for debugger, -run and -new support for BeefBuild 2019-09-22 08:25:38 -07:00
BeefLibs Fixed some Win7 compat issues 2019-09-25 07:51:06 -07:00
BeefLink Upgraded LLVM to 8.0.1, switched all CRTs to static 2019-09-16 09:33:54 -07:00
BeefRT Debugger fixes 2019-09-20 09:21:29 -07:00
BeefTools Debugger fixes 2019-09-20 09:21:29 -07:00
BeefySysLib Fixed some Win7 compat issues 2019-09-25 07:51:06 -07:00
bin Changed directories for cloc 2019-09-22 09:35:20 -07:00
builds Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
Debugger32 Upgraded LLVM to 8.0.1, switched all CRTs to static 2019-09-16 09:33:54 -07:00
Debugger64 Small fixes 2019-09-18 13:02:01 -07:00
extern CURL updates 2019-09-16 09:34:30 -07:00
IDE Fixed some Win7 compat issues 2019-09-25 07:51:06 -07:00
IDEHelper Fixes for ShowWrongHash, looking into debug info issues in opt llvm 2019-09-24 08:58:04 -07:00
.gitignore Ignore changes 2019-09-20 05:22:02 -07:00
Beef.sln Bug fixes, installer, [Export] 2019-08-27 08:04:41 -07:00
CMakeLists.txt Initial checkin 2019-08-23 11:56:54 -07:00
LICENSE.TXT Added license and readme 2019-09-10 11:26:32 -07:00
qthelper.py Initial checkin 2019-08-23 11:56:54 -07:00
README.md Update README.md 2019-09-21 10:52:53 -07:00
readme.txt Added license and readme 2019-09-10 11:26:32 -07:00

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.