replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
395 stars 103 forks source link

Add tiny-lang support #152

Open vgsantoniazzi opened 4 years ago

vgsantoniazzi commented 4 years ago

Hey!

Tiny-lang is a simple, script language that is built on top of C++. We will support a lot of different spoken languages: currently, English and Portuguese, but soon, more than 10 (There are open pull requests for Russian and German).

I would love to enable people to edit the features of the language in the repl.it editor on-the-fly, as well as using a pre-defined version of the language.

What do you think about the ideal approach? I'm thinking about sharing the tokens file in the editor, maybe inside tokens directory, but I'm not sure what should I do.

https://github.com/vgsantoniazzi/tiny-lang

Thanks for open sourcing it :heart: It is nice to see a company looking and investing in programming languages in general.

dan-stowell commented 4 years ago

Good afternoon @vgsantoniazzi ! You've probably noticed by now that we've been slow to merge community PRs on polygott. We've decided to focus on giving Repl.it a stable foundation instead of adding features and updating languages. Once we and our community feel comfortable with Repl.it's overall stability, we'll give this change another look. Thank you for contributing!