Hacker News new | ask | show | jobs
by Quarrelsome 30 days ago
Isn't that just Func<int> ?
1 comments

Really not. You can, of course, having instead a delegate to evaluate the expression. But then that's all you can do. You can't pretty-print it, for example, or optimize it, or whatever.