hawkw / seax

A VM-based runtime environment for functional programming languages
http://hawkweisman.me/seax/
MIT License
45 stars 5 forks source link

Implemented FromIterator<T> for List<T> #58

Closed hawkw closed 9 years ago

hawkw commented 9 years ago

I'd like List<T> FromIterator<T> in my dev branch for Scheme.

hawkw commented 9 years ago

Since all of the new List functionality is now part of functionality mainlined into master in svm-v0.2.3, I'm closing this in favor of #63.