dodger487/dplython

Factor out Laters into separate package

Opened this issue · 0 comments

#48 factors out the Later object into its own class, and also mostly decouples it from DplyFrame-specific logic. Might it make sense to make "laters" its own package for handling arbitrary delayed-evaluation expressions in Python? (That will also help us weed out special-case inelegances and bugs.)

I'd be happy to work on that.