All Questions
Tagged with programming-languages meta-programming
2 questions
4
votes
2
answers
4k
views
Was template meta programming really discovered "by accident"? [closed]
When I first saw this meme:
I thought to myself, yeah right, but now I am not sure any more. So was template meta programming in C++ discovered by accident as the meme claims or was it intentional?
...
6
votes
1
answer
2k
views
s expression representation for c
Experimenting with various lisps lately (clojure especially) i have wondered if there are any s expression based representations of (subsets) of c, so you could use lisp/closure to write macros and ...