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