sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language
MIT License
167 stars 12 forks source link

Online Playground #36

Open sunjay opened 7 years ago

sunjay commented 7 years ago

Similar to: https://play.rust-lang.org/

It would be cool if there could be a website where people could try the brain compiler. They should be able to type brain code, run the compiler and then see/download the brainfuck code. Eventually they should even be able to run the brainfuck in the browser and even provide input interactively. (cpp.sh is an excellent example of a site that does this really well)

This will eventually belong in a separate repo, however this issue is the starting point of planning the project. The repo will probably be called brain-lang/brain-playground or something.

Ideas

Backend

Server: https://rocket.rs/ Hosting: Heroku with Rust buildpack

Frontend

Usual technologies Editor: https://ace.c9.io Hosting: GitHub pages