promises-aplus / promises-spec

An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.
https://promisesaplus.com/
Creative Commons Zero v1.0 Universal
1.84k stars 164 forks source link

Add Java implementation to Other Languages section #250

Closed edeckers closed 7 years ago

edeckers commented 7 years ago

This commit adds my IOU library as a Java (and Android) implementation to the Other Languages section. The Promises/A+ test set is implemented in https://github.com/ioweyou/iou-core and verified by https://travis-ci.org/ioweyou/iou-core

briancavalier commented 7 years ago

Thanks @edeckers. Quite an effort to port all those tests to Java as well! Nice work.