Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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? ...
Mr. Developerdude's user avatar
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 ...
wirrbel's user avatar
  • 3,078