nicholas22 / jpropel-light

Leaner version of jpropel, containing only LINQ, reified collections and utilities for arrays/strings/numerics/files/xml etc.
125 stars 5 forks source link

Scala support #1

Closed nicholas22 closed 12 years ago

nicholas22 commented 12 years ago

Many functional features are begging to be implemented in a functional language context. For example LINQ.

nicholas22 commented 12 years ago

LINQ implementation done: https://github.com/nicholas22/propels

nicholas22 commented 12 years ago

Feature complete v1.0 (may need to consider matchers, but Scala has great built-in matching support anyway)

nicholas22 commented 12 years ago

Scala support looking good.