-
Notifications
You must be signed in to change notification settings - Fork 3
Add more languages #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestHacktoberfest 2020Hacktoberfest 2020help wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestHacktoberfest 2020Hacktoberfest 2020help wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Add more languages
code-executor currently supports most of the languages in src/langs. More languages need to be added so that
code-executorcan fulfill all requirements for popular use-cases such as Competitive Coding websites.Structure
To add languages, you can add a
Dockerfileand astart.shscript like in Python.