Hello! Something I've been working on for the past couple of weeks has finally gone live on Github under the MIT license: a new game framework inspired by XNA for the Beef programming language.
I recently found Beef by accident, after seeing Maddy Thorson toying with it on Twitter. It's basically the language I've always wanted - the efficiency & memory management of native languages like C or C++, but with the syntax of C#, and a very handy debug-mode memory leak detector that catches leaks very quickly and reliably.
However, Beef is still in its infancy, and …