Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can next ->> inside ->, took far too many years for me to realize:

    @(-> ctx
        :hypercrud.browser/fiddle
        (reactive/cursor [:fiddle/ident])
        (->> (reactive/fmap name)))
another

    (-> [10 11] 
        (conj 12) 
        (as-> xs (map - xs [3 2 1])) 
        (reverse))


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: