> CD30 - You may of misunderstood this question, while having CI is a good > think , not all users would want to use Jenkins to compile the software.
Apache APISIX is mainly written in Lua code, and the Lua language is a scripting language that can be used directly without compilation. Some of its dependent libraries are developed using C code, and compiled by `gcc` and `make` tools. -- MembPhis My github: https://github.com/membphis Apache APISIX: https://github.com/apache/incubator-apisix
