Show HN: Cicada – A scripting language that integrates with C

Published: (January 30, 2026 at 07:07 AM EST)
1 min read
Source: Hacker News

Source: Hacker News

Overview

I wrote a lightweight scripting language that runs together with C. Specifically, it’s a C library; you run it through a C function call, and it can callback your own C functions. It compiles to ~250 kB and has no dependencies beyond the C standard library.

Key language features

  • Uses aliases not pointers, …
0 views
Back to Blog

Related posts

Read more »

Anki ownership transferred to AnkiHub

Article URL: https://forums.ankiweb.net/t/ankis-growing-up/68610 Comments URL: https://news.ycombinator.com/item?id=46861313 Points: 121 Comments: 25...