add a note on future work to README

This commit is contained in:
Nathan Marz 2015-07-01 10:40:44 -04:00
parent 40cc7f5b86
commit e54f18cb1f

View file

@ -198,6 +198,7 @@ user> (transform [ALL (if-path [:a even?] [:c ALL] :d)]
``` ```
# Future work # Future work
- Integrate Specter with other kinds of data structures, such as graphs
- Make it possible to parallelize selects/transforms - Make it possible to parallelize selects/transforms
- Any connection to transducers? - Any connection to transducers?