Skip to content

Commit bdba3bd

Browse files
authored
accumulate: remove Lisp-specific portion (#586)
Elixir-specific portion added: exercism/exercism#1136 Lisp-specific portion added: exercism/problem-specifications#98 Elixir-specific portion removed because the `Enum.reduce` was not necessary: exercism/problem-specifications#274 It doesn't seem to make much sense to include this Lisp-specific sentence in non-Lisp tracks. exercism/problem-specifications#871
1 parent d8db7c8 commit bdba3bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

exercises/accumulate/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Keep your hands off that collect/map/fmap/whatchamacallit functionality
2525
provided by your standard library!
2626
Solve this one yourself using other basic tools instead.
2727

28-
Lisp specific: it's perfectly fine to use `MAPCAR` or the equivalent,
29-
as this is idiomatic Lisp, not a library function.
30-
3128

3229
## Getting Started
3330

0 commit comments

Comments
 (0)