Skip to content

Commit 8df7191

Browse files
petertsengijanos
authored andcommitted
accumulate: remove Lisp-specific portion
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 56a1f97 commit 8df7191

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
## Hints
3229

3330
We are dealing with two types of situations. One is a function pointer and

0 commit comments

Comments
 (0)