alcides / aeon

Aeon programming language
https://alcides.github.io/aeon/
8 stars 3 forks source link

Online playground #38

Open alcides opened 6 months ago

alcides commented 6 months ago

We would like to be able to run Aeon programs in the browser. This can be achieved by embedding a Python interpreter in web assembly (PyScript).

Ideally, we could have a Monaco-based editor to run our little aeon scripts online.