Programming puzzles: processing lists!
|
01-28-2019, 11:19 PM
Post: #262
|
|||
|
|||
RE: Programming puzzles: processing lists!
(01-28-2019 10:25 PM)John Keith Wrote: your program reminds me of another useful little program which transforms a list into overlapping sublists That's partition with step 1 in Clojure: Code: user=> (partition 2 1 [1 2 3 4 5]) Code: user=> (doc partition) Cheers Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 10 Guest(s)