Post Reply 
Programming puzzles: processing lists!
01-29-2019, 06:04 PM
Post: #264
RE: Programming puzzles: processing lists!
(01-28-2019 11:19 PM)Thomas Klemm Wrote:  That's partition with step 1 in Clojure:
Code:
user=> (partition 2 1 [1 2 3 4 5])
((1 2) (2 3) (3 4) (4 5))

Also Partition in Mathematica with the third argument being 1.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Programming puzzles: processing lists! - John Keith - 01-29-2019 06:04 PM



User(s) browsing this thread: 1 Guest(s)