Hacker News new | ask | show | jobs
by david2ndaccount 2009 days ago
I don’t know how comptime works in Zig, but D has nearly unrestricted compile time code execution.
1 comments

?

Lots of things don't work in d's CTFE.

It's certainly very useful, and much better than e.g. c++ constexpr. But it's still worlds away from proper lisp metaprogramming.