Y
Hacker News
new
|
ask
|
show
|
jobs
by
mynegation
16 days ago
I was also dumbfounded by this claim. The only thing I could think of were C++ monomorphic templates that will avoid the penalty of some indirection and DIY dynamic typing.
1 comments
pjmlp
15 days ago
And compile time programming, meaning that you can prepare some algorithms and data structures at compile time, at the expense of executable size.
Compile time reflection will make this even easier.
link
Compile time reflection will make this even easier.