tracks/kotlin/exercises/accumulate/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/accumulate/README.md in trackler-2.2.1.14
- old
+ new
@@ -23,13 +23,10 @@
Keep your hands off that collect/map/fmap/whatchamacallit functionality
provided by your standard library!
Solve this one yourself using other basic tools instead.
-Lisp specific: it's perfectly fine to use `MAPCAR` or the equivalent,
-as this is idiomatic Lisp, not a library function.
-
-
+
## Source
Conversation with James Edward Gray II [https://twitter.com/jeg2](https://twitter.com/jeg2)