Logo

Programming-Idioms

History of Idiom 134 > diff from v36 to v37

Edit summary for version 37 by saighdear:
New Clojure implementation by user [saighdear]

Version 36

2019-09-26, 18:04:08

Version 37

2019-09-27, 16:39:12

Idiom #134 Create a new list

Declare and initialize a new list items, containing 3 elements a, b, c.

Idiom #134 Create a new list

Declare and initialize a new list items, containing 3 elements a, b, c.

Extra Keywords
array vector slice tuple
Extra Keywords
array vector slice tuple
Code
(def items (list a b c))
Doc URL
https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/list