Languages support list
ZibanPirate opened this issue · 4 comments
This issue is for tracking support for language that we plan to add in kuliya
Language support tasks
- Javascript (NPM package)
- PHP - see #10 (still a WIP)
- Python - see #12
- Java - see #13 (WIP)
- C# - see #14
If you you don't find your favorite language listed here, and you want to add support for it, please comment below with the missing language and who should work on it
If you would like to work on any of the languages listed, please comment below with the corresponded language
I would like to add C programming language
I would like to add C programming language
I can probably help with that.
hey @naitgacem thanks for the contribution, adding a support for a language to kuliya is actually very simple, there are two essential parts you need to create, first a Build step (to convert the _data
dir into a JSON file), then a API step (that consumes the generated JSON file).
Here's a step by step guide to do so for C language:
#37
you can start small, merge the changes, then we can improve on top of it, cuz that's what open-source really is