JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(-> {:a [1 2 3] :b [4 5 6]} (get :a) (sum) (string " is the result")) # -> "6 is the result" # same as: (string (sum (get {:a [1 2 3] :b [4 5 6]} :a))" is the result")