emdash / udlang

A practical, functional language for stream processing.
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Should iteration be an expression that yields a value, or should there be a separate "comprehension" syntax? #27

Open emdash opened 3 years ago

emdash commented 3 years ago

I'd prefer the former, but it may be difficult to express in LALRPOP, depending on how it's factored.