Show HN: Cicada – a scripting language that integrates with C
Summary
Cicada is a lightweight scripting language designed to run inside C code. The GitHub repo provides installation steps and usage details (include cicada.h and link with -lcicada) and points to a project website for more information. It's MIT-licensed and demonstrates embedding scripting within C applications, appealing to developers building embedded or tool automation in C.