Logo

Programming-Idioms

History of Idiom 19 > diff from v31 to v32

Edit summary for version 32 by Dodopod:
New Scheme implementation by user [Dodopod]

Version 31

2017-06-06, 08:05:10

Version 32

2017-06-09, 15:30:17

Idiom #19 Reverse a list

Reverse the order of the elements of list x .
This may reverse "in-place" and destroy the original ordering.

Idiom #19 Reverse a list

Reverse the order of the elements of list x .
This may reverse "in-place" and destroy the original ordering.

Code
(reverse x)