tek Atrust
chore(deploy): build monolithic server for Hugging Face
d5ef46f
Raw
History Blame Contribute Delete
422 Bytes
"""
Programming languages dictionary.
"""
PROGRAMMING_LANGUAGES = [
"python",
"javascript",
"java",
"c++",
"cpp",
"c#",
"csharp",
"ruby",
"go",
"golang",
"rust",
"swift",
"kotlin",
"scala",
"php",
"typescript",
"html",
"css",
"sql",
"bash",
"shell",
"r",
"matlab",
"julia",
"perl",
"lua",
"dart",
"elixir",
]