Hacker News new | ask | show | jobs
by nerdponx 2115 days ago
R gives you the ability to capture un-evaluated expressions, manipulate them, and then evaluate the manipulated versions. This ability lets you construct some fairly powerful DSLs and language extensions.
1 comments

Thanks for the succinct explanation