This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-11
Channels
- # announcements (14)
- # beginners (119)
- # boot (9)
- # calva (7)
- # cider (12)
- # cljdoc (2)
- # cljsrn (28)
- # clojure (127)
- # clojure-dev (2)
- # clojure-europe (3)
- # clojure-italy (2)
- # clojure-losangeles (9)
- # clojure-nl (6)
- # clojure-spec (15)
- # clojure-uk (39)
- # clojurescript (35)
- # community-development (4)
- # cursive (9)
- # datascript (8)
- # datomic (5)
- # duct (3)
- # emacs (10)
- # fulcro (45)
- # graphql (3)
- # jobs (1)
- # kaocha (8)
- # luminus (2)
- # off-topic (121)
- # onyx (3)
- # pathom (15)
- # pedestal (31)
- # planck (5)
- # reagent (25)
- # reitit (3)
- # remote-jobs (1)
- # shadow-cljs (48)
- # slack-help (1)
- # sql (142)
- # tools-deps (78)
Concatenate any number of lists by altering them.
Only the last argument is not altered, and need not be a list.
@dromar56 it’s definitely a common lisp / mutatable-progamming-world thing… but also handy when you are programming emacs 🙂 forgive me if you’ve already seen this, but http://www.gigamonkeys.com/book/loop-for-black-belts.html is a good resource for the common lisp loop
macro and probably much of it can be transferred to emacs’ cl-loop
I found that page while looking for a way to nest cl-loop, but for lack of time didn't gave it a long read, will save it for this week-end 🙂