cvogt / flow-comprehensions

Work in progress: Simpler and more powerful alternative to Scala's built-in for-comprehension syntax
Other
25 stars 5 forks source link

Phased #10

Closed clhodapp closed 8 years ago

clhodapp commented 8 years ago

For @cvogt.

What works:

What doesn't work:

Also todo:

Also, you can turn on debug printing on the repl by doing sys.props("flat_debug") = "true" (and set it to false to turn it back off)

cvogt commented 8 years ago

@clhodapp is supposed to stay open until the missing old features work again?

cvogt commented 8 years ago

I am considering publishing a 0.1 with current master. WDYT?

clhodapp commented 8 years ago

@cvogt Yes. I just made this PR to get a diff going.