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
- Host: GitHub
- URL: https://github.com/farism/try-beef
- Owner: farism
- Created: 2022-10-08T00:01:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T06:05:35.000Z (5 months ago)
- Last Synced: 2025-01-21T06:27:44.563Z (5 months ago)
- Topics: beef, beef-language, beef-programming-language, beeflang, playground, repl
- Language: Beef
- Homepage: https://trybeef.netlify.app/
- Size: 35.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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