Y
Hacker News
new
|
ask
|
show
|
jobs
by
quelltext
3492 days ago
How do D templates compare to staging in MetaOCaml? I had always thought D templates only expanded during compile time, like C++'s.
1 comments
mafribe
3492 days ago
MetaOCaml is about run-time meta-programming. There's your key difference.
link