1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Update README.md

This commit is contained in:
Brian Fiete 2020-01-06 06:56:15 -08:00 committed by GitHub
parent 25f43ac627
commit c1e15b1871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ Memory management in Beef is manual, and includes first-class support for custom
The Beef IDE supports productivity features such as autocomplete, fixits, reformatting, refactoring tools, type inspection, runtime code compilation (hot code swapping), and a built-in profiler. The IDE's general-purpose debugger is capable of debugging native applications written in any language, and is intended to be a fully-featured standalone debugger even for pure C/C++ developers who want an alternative to Visual Studio debugging. The Beef IDE supports productivity features such as autocomplete, fixits, reformatting, refactoring tools, type inspection, runtime code compilation (hot code swapping), and a built-in profiler. The IDE's general-purpose debugger is capable of debugging native applications written in any language, and is intended to be a fully-featured standalone debugger even for pure C/C++ developers who want an alternative to Visual Studio debugging.
Binaries and documentation are available on [beeflang.org](https://www.beeflang.org).
# IDE Screenshots # IDE Screenshots
![Screenshot](IDE/screenshot0.gif) ![Screenshot](IDE/screenshot0.gif)