Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more languages #13

Open
roerohan opened this issue Sep 29, 2020 · 1 comment · Fixed by #32
Open

Add more languages #13

roerohan opened this issue Sep 29, 2020 · 1 comment · Fixed by #32
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed

Comments

@roerohan
Copy link
Contributor

Add more languages

code-executor currently supports most of the languages in src/langs. More languages need to be added so that code-executor can fulfill all requirements for popular use-cases such as Competitive Coding websites.

Structure

To add languages, you can add a Dockerfile and a start.sh script like in Python.

Note: Make sure to test the Dockerfile and the start.sh script with some sample code before making a PR to the dev branch.

@roerohan roerohan added enhancement New feature or request help wanted Extra attention is needed hacktoberfest Hacktoberfest 2020 labels Sep 29, 2020
@roerohan roerohan pinned this issue Sep 29, 2020
@roerohan roerohan linked a pull request Oct 1, 2020 that will close this issue
@roerohan
Copy link
Contributor Author

roerohan commented Oct 1, 2020

Added some languages in #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020 help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant