dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

provide an online compiler #78

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

People can submit code and have it compiled by a reference env. The value would be that you can develop without installing a compiler at all, or on an OS where the compiler isn't supported. Also you can test for OSes you don't own.

Similar to continuous integration, but might also provide a REPL or a way to test backward compatibility.

What if this were hooked up to BOINC so anybody could submit any code to the worldwide build farm?