Hacker News new | ask | show | jobs
by classified 2407 days ago
> Why won't they implement proper metaprogramming support instead of proliferating the core language?

Proper metaprogramming support is hard. Polluting the language with special case hocus pocus is relatively easy.

1 comments

> Polluting the language with special case hocus pocus is relatively easy

or if it's well done is it still hocus pocus pollution?

Then it's pollution with compiler magic. But only if it's really well done.