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-10-04 10:39:25 -07:00
BeefBoot Adding better support for platforms 2019-10-01 12:46:38 -07:00
BeefBuild Proj fix 2019-10-01 12:49:07 -07:00
BeefLibs Added UnversionedLibDir to config 2019-10-04 10:39:25 -07:00
BeefLink Changing target platform 2019-09-27 16:59:13 -07:00
BeefRT Changing target platform 2019-09-27 16:59:13 -07:00
BeefTools Mintest revisions 2019-09-29 07:44:39 -07:00
BeefySysLib Changing target platform 2019-09-27 16:59:13 -07:00
bin Fixed some indenting issues, added indenting test 2019-10-04 10:36:53 -07:00
builds Win32 debugging fixes, more work on custom compile commands 2019-08-29 14:19:07 -07:00
Debugger32 Changing target platform 2019-09-27 16:59:13 -07:00
Debugger64 Changing target platform 2019-09-27 16:59:13 -07:00
extern Changing target platform 2019-09-27 16:59:13 -07:00
IDE Added UnversionedLibDir to config 2019-10-04 10:39:25 -07:00
IDEHelper Made type lookup errors 'var' instead of 'Object', less error cascading 2019-10-04 10:38:36 -07:00
.gitignore Ignore changes 2019-09-20 05:22:02 -07:00
Beef.sln Removing debug spam 2019-09-26 08:30:07 -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.