Quantcast
Channel: Possible ways to determine reach of implicit lambda expressions - Programming Language Design and Implementation Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by tarzh for Possible ways to determine reach of implicit lambda...

Here's one: integrate the parser and type-checker so that only token trees (lexed tokens and parentheses groups) are initially parsed, then the compiler further parses outer expressions and type-checks...

View Article


Possible ways to determine reach of implicit lambda expressions

When defining an inline function, even the shortest way to do so usually requires naming its argument (unless you're going for the point-free style and you have an expression that returns a...

View Article

Browsing latest articles
Browse All 2 View Live