Hacker News new | ask | show | jobs
by rdm70 2361 days ago
You absolutely can add pattern matching to a language with powerful macros. One example that comes to mind is the optima library for cl.
1 comments

I was referring to C's macros.
Oops, I meant C++'s macros. StackOverflow tells me there are subtle differences.