An open API service indexing awesome lists of open source software.

https://github.com/farism/try-beef

Try Beef Lang
https://github.com/farism/try-beef

beef beef-language beef-programming-language beeflang playground repl

Last synced: 4 months ago
JSON representation

Try Beef Lang

Awesome Lists containing this project

README

        

Try Beef is an online editor to compile and run small Beef programs.

It is comprised of three parts:

1. The frontend client, which is a minimal Monaco editor.

2. The backend webserver for handling requests and running compilations

3. The Beef docker image, which uses a prebuilt BeefBuild binary for compilation