I've found *4* C parsers in Emacs! Eg funcs: https://github.com/emacs-mirror/emacs/blob/c7bef6a4f033fa6b22906de0be6da54958d5b3c3/lisp/progmodes/cc-engine.el#L10092 https://github.com/emacs-mirror/emacs/blob/bc96f6e827ba079006ae87914395942fc79f3f26/admin/grammars/c.by#L787 https://github.com/emacs-mirror/emacs/blob/bc96f6e827ba079006ae87914395942fc79f3f26/lib-src/etags.c#L3857
miniblog.
Related Posts
Rust and RISC-V both feel like they've reached critical mass and I'd guess that they'll be used more in 5 years than they are today.
What other technologies fit this description?
Some excellent safety improvements in C++26: hardening the standard library against out-of-bounds bugs, and a safer semantics for uninitialised local variables:
LLMs have been really helpful for me porting some JS projects to TS.
Since the types are erased and annotations are optional, I can go gradually and safely with more minimal human oversight.
(I'm not sure if it'll significantly help robustness, but it's lovely for navigation.)