prasmussen / glot-run

API for running code inside docker containers
https://run.glot.io/
MIT License
147 stars 48 forks source link

Why Languages API dont contain "PlainText"? #4

Closed aloisdg closed 8 years ago

aloisdg commented 8 years ago

Hello,

I guess it is because plain text is not really a language. How should we use it within the API? I am not sure what to do with it.

Thank you

prasmussen commented 8 years ago

It's not listed in the run api since plaintext can't be executed. I would recommend using plaintext when saving to the snippets api. Example: https://snippets.glot.io/snippets/efa8jbdqd3

aloisdg commented 8 years ago

Ok thank you!